kushalpatel0265 commited on
Commit
17c9f49
·
verified ·
1 Parent(s): 4deb40a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -12
requirements.txt CHANGED
@@ -1,13 +1,13 @@
1
- streamlit==1.19.0
2
- pandas==1.5.3
3
- plotly==5.13.0
4
- textblob==0.17.1
5
- networkx==3.0
6
- pyvis==0.3.2
7
- wikipedia==1.4.0
8
- scikit-learn==1.2.2
9
- numpy==1.23.5
10
- scipy==1.10.1
11
  transformers==4.27.4
12
- sentence-transformers==2.2.2
13
- huggingface_hub==0.9.1
 
1
+ streamlit
2
+ pandas
3
+ plotly
4
+ textblob
5
+ networkx
6
+ pyvis
7
+ wikipedia
8
+ scikit-learn
9
+ numpy
10
+ scipy
11
  transformers==4.27.4
12
+ sentence-transformers # Do NOT pin to 2.2.2
13
+ huggingface_hub # Do NOT pin to 0.9.1