fatimaejaz commited on
Commit
a967b1c
·
1 Parent(s): d6bedc3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,12 +1,11 @@
1
  streamlit
2
  nltk
3
  scikit-learn
4
- package1>=1.1.0
5
- datasets
6
- huggingface-hub>=0.12.1
7
- protobuf<4
8
- click<8.1
9
- pydantic~=1.0
10
 
11
 
12
 
 
1
  streamlit
2
  nltk
3
  scikit-learn
4
+ numpy>=1.19.0
5
+ pandas>=1.2.0,<2.0.0
6
+ scikit-learn>=0.24.0
7
+ requests==2.26.0
8
+
 
9
 
10
 
11