Archana731 commited on
Commit
f982ebb
·
verified ·
1 Parent(s): dad1c28

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -10
requirements.txt CHANGED
@@ -1,16 +1,14 @@
1
- numpy==1.26.4
2
- pandas==2.1.4
3
  nltk==3.8.1
4
  regex
5
  uvicorn
6
  spaces
 
7
  h5py
 
 
8
  protobuf==3.20.3
9
-
10
- tensorflow==2.15.0
11
- keras==2.15.0
12
- scikit-learn
13
-
14
- streamlit==1.35.0
15
- altair==5.2.0
16
-
 
1
+ keras==3.5.0
 
2
  nltk==3.8.1
3
  regex
4
  uvicorn
5
  spaces
6
+ numpy
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