kusumakar commited on
Commit
efce283
1 Parent(s): 30ca5d2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,8 +1,10 @@
 
 
 
 
 
 
1
  torch==1.11.0
2
  transformers
3
  altair<5
4
- click<8.0
5
- streamlit
6
- Pillow==8.4.0
7
- opencv-python
8
- numpy
 
1
+ streamlit==0.88.0
2
+ Pillow==8.4.0
3
+ numpy==1.21.4
4
+ nltk==3.6.5
5
+ pandas==1.3.4
6
+ scikit-learn==0.24.2
7
  torch==1.11.0
8
  transformers
9
  altair<5
10
+ click<8.0