Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +27 -27
requirements.txt
CHANGED
|
@@ -1,27 +1,27 @@
|
|
| 1 |
-
fastapi=
|
| 2 |
-
uvicorn[standard]=
|
| 3 |
-
python-multipart=
|
| 4 |
-
jinja2=
|
| 5 |
-
aiofiles=
|
| 6 |
-
websockets=
|
| 7 |
-
groq=
|
| 8 |
-
langchain=
|
| 9 |
-
langchain-community=
|
| 10 |
-
langchain-groq=
|
| 11 |
-
chromadb=
|
| 12 |
-
openai=
|
| 13 |
-
pandas=
|
| 14 |
-
numpy=
|
| 15 |
-
scikit-learn=
|
| 16 |
-
scipy=
|
| 17 |
-
requests=
|
| 18 |
-
geojson=
|
| 19 |
-
apscheduler=
|
| 20 |
-
python-dotenv=
|
| 21 |
-
httpx=
|
| 22 |
-
pydantic=
|
| 23 |
-
pydantic-settings=
|
| 24 |
-
plotly=
|
| 25 |
-
pytest=
|
| 26 |
-
pytest-asyncio=
|
| 27 |
-
markdown2=
|
|
|
|
| 1 |
+
fastapi>=0.110.0
|
| 2 |
+
uvicorn[standard]>=0.27.0
|
| 3 |
+
python-multipart>=0.0.9
|
| 4 |
+
jinja2>=3.1.0
|
| 5 |
+
aiofiles>=23.0.0
|
| 6 |
+
websockets>=12.0
|
| 7 |
+
groq>=0.5.0
|
| 8 |
+
langchain>=0.1.0
|
| 9 |
+
langchain-community>=0.0.20
|
| 10 |
+
langchain-groq>=0.0.1
|
| 11 |
+
chromadb>=0.4.24
|
| 12 |
+
openai>=1.14.0
|
| 13 |
+
pandas>=2.2.0
|
| 14 |
+
numpy>=1.26.0
|
| 15 |
+
scikit-learn>=1.4.0
|
| 16 |
+
scipy>=1.12.0
|
| 17 |
+
requests>=2.31.0
|
| 18 |
+
geojson>=3.1.0
|
| 19 |
+
apscheduler>=3.10.0
|
| 20 |
+
python-dotenv>=1.0.0
|
| 21 |
+
httpx>=0.27.0
|
| 22 |
+
pydantic>=2.6.0
|
| 23 |
+
pydantic-settings>=2.2.0
|
| 24 |
+
plotly>=5.18.0
|
| 25 |
+
pytest>=8.0.0
|
| 26 |
+
pytest-asyncio>=0.23.0
|
| 27 |
+
markdown2>=2.4.0
|