Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
python-dotenv
|
2 |
-
gradio==
|
3 |
-
anthropic==0.
|
4 |
pydantic>=2.4.2
|
5 |
-
openai>=1.
|
6 |
google-cloud-aiplatform>=1.68.0
|
7 |
typing-extensions>=4.8.0
|
8 |
google-generativeai>=0.8.2
|
9 |
-
tiktoken>=0.
|
10 |
boto3>=1.35.10
|
11 |
-
setuptools>=75.3.0
|
12 |
-
opencv-python>=4.10.0.84
|
13 |
-
vertexai>=1.71.1
|
14 |
azure-identity>=1.16.0
|
15 |
-
azure-search-documents>=11.
|
16 |
wandb>=0.19.2
|
|
|
17 |
pymupdf>=1.24.0,<1.25.0
|
|
|
1 |
python-dotenv
|
2 |
+
gradio==4.27.0
|
3 |
+
anthropic==0.47.2
|
4 |
pydantic>=2.4.2
|
5 |
+
openai>=1.65.4
|
6 |
google-cloud-aiplatform>=1.68.0
|
7 |
typing-extensions>=4.8.0
|
8 |
google-generativeai>=0.8.2
|
9 |
+
tiktoken>=0.9.0
|
10 |
boto3>=1.35.10
|
11 |
+
setuptools>=75.3.0,<76
|
12 |
+
opencv-python-headless>=4.10.0.84,<5
|
|
|
13 |
azure-identity>=1.16.0
|
14 |
+
azure-search-documents>=11.5.2,<12
|
15 |
wandb>=0.19.2
|
16 |
+
azure-ai-documentintelligence>=1.0.0,<2.0
|
17 |
pymupdf>=1.24.0,<1.25.0
|