Himanshu Gangwar commited on
Commit
5724c5a
·
1 Parent(s): bc62bd8

update requirement.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -17
requirements.txt CHANGED
@@ -1,21 +1,21 @@
1
  # Python dependencies from backend
2
- fastapi==0.109.0
3
- uvicorn[standard]==0.27.0
4
- langgraph==0.0.20
5
- langchain==0.1.0
6
- langchain-groq==0.0.1
7
- langchain-community==0.0.13
8
- sqlalchemy==2.0.25
9
- pandas==2.1.4
10
- numpy==1.26.3
11
- scipy==1.11.4
12
- statsmodels==0.14.1
13
- matplotlib==3.8.2
14
- reportlab==4.0.8
15
- python-dotenv==1.0.0
16
- pydantic==2.5.3
17
- requests==2.31.0
18
- python-multipart==0.0.6
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