kushalpatel0265 commited on
Commit
c3e8f22
·
verified ·
1 Parent(s): d6db895

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -11
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
- numpy==1.23.5
9
- scipy==1.10.1
10
- scikit-learn==1.2.2
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
+ transformers
 
 
10
  sentence-transformers==2.2.2
11
  huggingface_hub==0.9.1
12
+ numpy
13
+ scipy