Ultronprime commited on
Commit
f122a33
·
verified ·
1 Parent(s): 73b1549

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -12
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- # Updated requirements.txt
2
- gradio==4.44.0
3
- pandas>=1.5.0,<2.2.0
4
- numpy>=1.22.0,<2.0.0
5
- plotly>=5.10.0,<6.0.0
6
- msal>=1.20.0,<2.0.0
7
- requests>=2.28.0,<2.29.0 # Changed to avoid urllib3 conflict
8
- sentence-transformers==2.2.2
9
- scikit-learn>=1.0.0,<1.4.0
10
- transformers>=4.30.0,<4.34.0
11
- torch>=1.12.0
12
- huggingface_hub>=0.12.0,<0.17.0 # Pin to a version compatible with sentence-transformers
 
1
+ gradio==3.50.2
2
+ pandas
3
+ numpy
4
+ plotly
5
+ msal>=1.20.0,<1.22.0
6
+ requests
7
+ transformers
8
+ tqdm
9
+ python-dotenv