Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -20
requirements.txt
CHANGED
@@ -1,20 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
gradio>=4.16.0
|
5 |
-
groq>=0.4.0
|
6 |
-
pandas>=2.0.0
|
7 |
-
numpy>=1.24.0
|
8 |
-
openai
|
9 |
-
pydantic
|
10 |
-
instructor
|
11 |
-
# API and data handling
|
12 |
-
requests>=2.31.0
|
13 |
-
python-dotenv>=1.0.0
|
14 |
-
json5>=0.9.14
|
15 |
-
|
16 |
-
# Optional but recommended for enhanced functionality
|
17 |
-
pillow>=10.0.0 # For image handling
|
18 |
-
folium>=0.15.0 # For enhanced map capabilities
|
19 |
-
geopy>=2.4.1 # For geographical coordinates handling
|
20 |
-
plotly>=5.18.0 # For interactive plotting
|
|
|
1 |
+
gradio==4.8.0
|
2 |
+
openai==1.3.0
|
3 |
+
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|