parkkyujin commited on
Commit
0821c46
·
verified ·
1 Parent(s): 40a8435

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -7
requirements.txt CHANGED
@@ -1,7 +1,10 @@
1
- streamlit==1.28.1
2
- sentence-transformers==2.2.2
3
- scikit-learn==1.3.0
4
- pandas==2.0.3
5
- numpy==1.24.3
6
- google-generativeai==0.3.2
7
- openpyxl==3.1.2
 
 
 
 
1
+ streamlit
2
+ sentence-transformers>=2.4.0
3
+ transformers>=4.36.0
4
+ torch
5
+ scikit-learn
6
+ pandas
7
+ numpy
8
+ google-generativeai
9
+ openpyxl
10
+ huggingface_hub>=0.20.0