parkkyujin commited on
Commit
ae11f4a
·
verified ·
1 Parent(s): 15f557b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- streamlit==1.32.0
2
- sentence-transformers==2.2.2
3
- transformers==4.35.2
4
- torch==2.0.1
5
- scikit-learn==1.3.0
6
- pandas==2.0.3
7
- google-generativeai==0.3.2
8
- openpyxl==3.1.2
9
- huggingface_hub==0.17.3
 
 
1
+ numpy>=2.0.0
2
+ streamlit>=1.35.0
3
+ sentence-transformers>=2.3.0
4
+ transformers>=4.36.0
5
+ torch>=2.1.0
6
+ scikit-learn>=1.3.2
7
+ pandas>=2.1.0
8
+ google-generativeai>=0.3.2
9
+ openpyxl>=3.1.2
10
+ huggingface_hub>=0.18.0