theformatisvalid commited on
Commit
42835e6
·
verified ·
1 Parent(s): 413285b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -10
requirements.txt CHANGED
@@ -1,10 +1,29 @@
1
- pandas
2
- streamlit
3
- numpy
4
- matplotlib
5
- seaborn
6
- shap
7
- torch
8
- transformers
9
- tensorflow
10
- tf-keras
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.38.0
2
+ numpy==1.26.4
3
+ pandas==2.2.2
4
+ spacy==3.7.5
5
+ nltk==3.8.1
6
+ emoji==2.12.1
7
+ textstat==0.7.5
8
+ scikit-learn==1.5.1
9
+ xgboost==2.1.1
10
+ catboost==1.2.5
11
+ lightgbm==4.4.0
12
+ torch==2.3.1
13
+ torchvision==0.18.1
14
+ torchaudio==2.3.1
15
+ transformers==4.42.4
16
+ sentence-transformers==3.0.1
17
+ tensorflow==2.16.1
18
+ tensorflow-model-optimization==0.8.0
19
+ shap==0.45.1
20
+ lime==0.2.0.1
21
+ captum==0.7.0
22
+ gensim==4.3.3
23
+ matplotlib==3.9.2
24
+ seaborn==0.13.2
25
+ umap-learn==0.5.6
26
+ imbalanced-learn==0.12.3
27
+ nlpaug==1.1.12
28
+ optuna==3.6.1
29
+ wandb==0.17.5