salomonsky commited on
Commit
2b3ef67
·
verified ·
1 Parent(s): 155e8f6

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- streamlit
2
- pandas
3
- matplotlib
4
- openpyxl
5
- streamlit-authenticator
6
- bcrypt
7
- pyyaml
 
 
1
+ streamlit==1.10.0
2
+ pandas==1.4.2
3
+ numpy==1.22.3
4
+ scikit-learn==1.1.1
5
+ nltk==3.7
6
+ base64==2.8.0
7
+ datetime==4.6
8
+ openpyxl==3.0.10