Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-dotenv
|
2 |
+
gradio==3.50.2
|
3 |
+
anthropic==0.18.1
|
4 |
+
pydantic>=2.4.2
|
5 |
+
openai>=1.51.2
|
6 |
+
google-cloud-aiplatform>=1.68.0
|
7 |
+
typing-extensions>=4.8.0
|
8 |
+
google-generativeai>=0.8.2
|
9 |
+
tiktoken>=0.8.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.4.0
|
16 |
+
wandb>=0.19.2
|