sammy786 commited on
Commit
c1f8982
·
verified ·
1 Parent(s): 3884250

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,11 +1,14 @@
1
- gradio==5.49.1
2
- fastapi
3
- pandas
4
- pillow
5
- python-dateutil
 
 
6
  plotly>=5.18.0
7
  huggingface-hub>=0.20.0
8
  python-dotenv>=1.0.0
 
9
  langchain
10
  langchain-anthropic
11
  pydantic
 
1
+ gradio==4.12.0
2
+ fastapi==0.104.1
3
+ httpx==0.25.2
4
+ pandas==2.1.3
5
+ plotly==5.18.0
6
+ pillow==10.1.0
7
+ python-dateutil==2.8.2
8
  plotly>=5.18.0
9
  huggingface-hub>=0.20.0
10
  python-dotenv>=1.0.0
11
+
12
  langchain
13
  langchain-anthropic
14
  pydantic