acecalisto3 commited on
Commit
abd32cf
·
verified ·
1 Parent(s): 6f4813a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -29
requirements.txt CHANGED
@@ -1,30 +1,13 @@
1
- gradio
2
- langchain
3
- transformers
4
- streamlit
5
- sentence-transformers
6
- torch
7
  requests
8
- langchain-huggingface
9
- langchain-community
10
- ipython
11
- gensim==3.6.0
12
- tensorflow
13
- flax
14
- black
15
- pylint
16
- beautifulsoup4
17
- pandas
18
- matplotlib
19
- seaborn
20
- nltk
21
- six
22
- textblob
23
- vaderSentiment
24
- networkx
25
- scikit-learn
26
- plotly
27
- numpy
28
- scipy==1.7.3
29
- smart-open
30
- spacy
 
1
+ streamlit==1.12.0 # Ensure compatibility with your environment
2
+ torch>=1.9.0
3
+ transformers==4.18.0
4
+ gensim==4.2.0
5
+ pygments==2.10.0
6
+ pickle
7
  requests
8
+ threading
9
+ subprocess
10
+ time
11
+ os
12
+ sys
13
+ gradio