Booguy commited on
Commit
994dbdc
1 Parent(s): dded391

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +45 -0
requirements.txt ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ attrs==22.1.0
2
+ certifi==2022.9.14
3
+ charset-normalizer==2.1.1
4
+ flake8==5.0.4
5
+ hydra-core==1.2.0
6
+ idna==3.4
7
+ importlib-metadata==4.2.0
8
+ iniconfig==1.1.1
9
+ isort==5.10.1
10
+ kaggle==1.5.12
11
+ mccabe==0.7.0
12
+ numpy==1.21.6
13
+ packaging==21.3
14
+ pandas==1.3.5
15
+ pluggy==1.0.0
16
+ pre-commit==2.20.0
17
+ py==1.11.0
18
+ pycodestyle==2.9.1
19
+ pyflakes==2.5.0
20
+ pyparsing==3.0.9
21
+ pytest==7.1.3
22
+ python-dateutil==2.8.2
23
+ python-dotenv==0.21.0
24
+ python-slugify==6.1.2
25
+ pytorch-lightning==1.8.3
26
+ pytz==2022.2.1
27
+ requests==2.28.1
28
+ sentencepiece==0.1.97
29
+ six==1.16.0
30
+ text-unidecode==1.3
31
+ tomli==2.0.1
32
+ tqdm==4.64.1
33
+ typing_extensions==4.3.0
34
+ urllib3==1.26.12
35
+ zipp==3.8.1
36
+ torch==1.12.1
37
+ transformers==4.22.2
38
+ pyspellchecker==0.7.0
39
+ catboost==1.0.0
40
+ scikit-learn==1.0.2
41
+ wandb==0.13.7
42
+ easydict==1.10
43
+ nltk==3.7
44
+ streamlit==1.16.0
45
+ seaborn==0.12.1