koushikvkr484 commited on
Commit
7d30d54
·
verified ·
1 Parent(s): 2ae2548

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -7,11 +7,11 @@ numpy
7
  h5py
8
  nltk
9
  numpy==1.26.4
10
- scikit-learn==1.2.2
11
- tensorflow-cpu==2.13.1
12
  protobuf==3.20.3
13
- pandas==2.1.4
14
- streamlit==1.51.0
 
 
15
 
16
 
17
 
 
7
  h5py
8
  nltk
9
  numpy==1.26.4
 
 
10
  protobuf==3.20.3
11
+ streamlit==1.5.1 # Requested version
12
+ pandas
13
+ scikit-learn # often needed for label encoders/MLBs, even if not explicitly imported
14
+ tensorflow
15
 
16
 
17