Sephfox commited on
Commit
935a00b
·
verified ·
1 Parent(s): 4fbf7fa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -12
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
- numpy==1.24.3
2
- pandas==1.4.3
3
- scikit-learn==1.1.1
4
- deap==1.3.3
5
- transformers==4.24.0
6
- torch==1.12.1
7
- gradio==3.1.4
8
- httpx==0.23.0
9
- httpcore==0.15.0
10
  torch
11
- joblib
12
- Accelerate
13
- sentencepiece
 
 
 
 
 
 
1
+ numpy
2
+ pandas
3
+ gradio
 
 
 
 
 
 
4
  torch
5
+ scikit-learn
6
+ transformers
7
+ deap
8
+ nltk
9
+ textblob
10
+ spacy
11
+ matplotlib
12
+ seaborn