frankier commited on
Commit
f2e1c02
1 Parent(s): a956c76

Add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +37 -0
requirements.txt ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.2.0
3
+ async-timeout==4.0.2
4
+ attrs==22.1.0
5
+ certifi==2022.9.24
6
+ charset-normalizer==2.1.1
7
+ datasets==2.6.1
8
+ dill==0.3.5.1
9
+ filelock==3.8.0
10
+ frozenlist==1.3.1
11
+ fsspec==2022.10.0
12
+ idna==3.4
13
+ joblib==1.2.0
14
+ kaggle==1.5.12
15
+ multidict==6.0.2
16
+ multiprocess==0.70.13
17
+ numpy==1.23.4
18
+ packaging==21.3
19
+ pandas==1.5.1
20
+ pyarrow==10.0.0
21
+ pyparsing==3.0.9
22
+ python-dateutil==2.8.2
23
+ python-slugify==6.1.2
24
+ pytz==2022.5
25
+ PyYAML==6.0
26
+ requests==2.28.1
27
+ responses==0.18.0
28
+ scikit-learn==1.1.3
29
+ scipy==1.9.3
30
+ six==1.16.0
31
+ text-unidecode==1.3
32
+ threadpoolctl==3.1.0
33
+ tqdm==4.64.1
34
+ typing_extensions==4.4.0
35
+ urllib3==1.26.12
36
+ xxhash==3.1.0
37
+ yarl==1.8.1