edcelbogs commited on
Commit
c701990
·
verified ·
1 Parent(s): 809b554

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- streamlit
2
- tensorflow
3
- numpy
4
- pandas
5
- scikit-learn
6
- joblib
 
 
 
1
+ streamlit==1.49.1
2
+ tensorflow==2.13.0
3
+ numpy==1.24.3
4
+ pandas==2.3.1
5
+ scikit-learn==1.3.2
6
+ joblib==1.5.1
7
+ h5py==3.9.0
8
+