aidan-o-brien commited on
Commit
ee58a03
·
1 Parent(s): 1e434e8

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +44 -0
requirements.txt ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ async-timeout==4.0.2
4
+ asynctest==0.13.0
5
+ attrs==21.4.0
6
+ certifi==2021.10.8
7
+ charset-normalizer==2.0.10
8
+ click==8.0.3
9
+ colorama==0.4.4
10
+ dataclasses==0.8
11
+ datasets==1.17.0
12
+ dill==0.3.4
13
+ filelock==3.4.1
14
+ frozenlist==1.2.0
15
+ fsspec==2022.1.0
16
+ huggingface-hub==0.4.0
17
+ idna==3.3
18
+ idna-ssl==1.1.0
19
+ importlib-metadata==4.8.3
20
+ joblib==1.1.0
21
+ multidict==5.2.0
22
+ multiprocess==0.70.12.2
23
+ numpy==1.19.5
24
+ packaging==21.3
25
+ pandas==1.1.5
26
+ protobuf==3.19.3
27
+ pyarrow==6.0.1
28
+ pyparsing==3.0.6
29
+ python-dateutil==2.8.2
30
+ pytz==2021.3
31
+ PyYAML==6.0
32
+ regex==2022.1.18
33
+ requests==2.27.1
34
+ sacremoses==0.0.47
35
+ sentencepiece==0.1.96
36
+ six==1.16.0
37
+ tokenizers==0.10.3
38
+ tqdm==4.62.3
39
+ transformers==4.15.0
40
+ typing_extensions==4.0.1
41
+ urllib3==1.26.8
42
+ xxhash==2.0.2
43
+ yarl==1.7.2
44
+ zipp==3.6.0