Spaces:
Paused
Paused
Himanshu Gangwar commited on
Commit ·
5724c5a
1
Parent(s): bc62bd8
update requirement.txt
Browse files- requirements.txt +17 -17
requirements.txt
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
# Python dependencies from backend
|
| 2 |
-
fastapi
|
| 3 |
-
uvicorn[standard]
|
| 4 |
-
langgraph
|
| 5 |
-
langchain
|
| 6 |
-
langchain-groq
|
| 7 |
-
langchain-community
|
| 8 |
-
sqlalchemy
|
| 9 |
-
pandas
|
| 10 |
-
numpy
|
| 11 |
-
scipy
|
| 12 |
-
statsmodels
|
| 13 |
-
matplotlib
|
| 14 |
-
reportlab
|
| 15 |
-
python-dotenv
|
| 16 |
-
pydantic
|
| 17 |
-
requests
|
| 18 |
-
python-multipart
|
| 19 |
|
| 20 |
# Gradio for HF Spaces UI - updated to latest secure version
|
| 21 |
gradio==5.8.0
|
|
|
|
| 1 |
# Python dependencies from backend
|
| 2 |
+
fastapi
|
| 3 |
+
uvicorn[standard]
|
| 4 |
+
langgraph
|
| 5 |
+
langchain
|
| 6 |
+
langchain-groq
|
| 7 |
+
langchain-community
|
| 8 |
+
sqlalchemy
|
| 9 |
+
pandas
|
| 10 |
+
numpy
|
| 11 |
+
scipy
|
| 12 |
+
statsmodels
|
| 13 |
+
matplotlib
|
| 14 |
+
reportlab
|
| 15 |
+
python-dotenv
|
| 16 |
+
pydantic
|
| 17 |
+
requests
|
| 18 |
+
python-multipart
|
| 19 |
|
| 20 |
# Gradio for HF Spaces UI - updated to latest secure version
|
| 21 |
gradio==5.8.0
|