Ritobrata Ghosh commited on
Commit
50e0ccf
1 Parent(s): 6491a07

adding requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +67 -0
requirements.txt ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==0.13.0
2
+ aiohttp==3.7.4.post0
3
+ async-timeout==3.0.1
4
+ attrs==21.2.0
5
+ backcall==0.2.0
6
+ certifi==2021.5.30
7
+ chardet==4.0.0
8
+ chex==0.0.8
9
+ click==8.0.1
10
+ cycler==0.10.0
11
+ -e git+https://github.com/huggingface/datasets.git@15de78071fa95d8871cdfacdfc22877595ef519b#egg=datasets
12
+ decorator==5.0.9
13
+ dill==0.3.4
14
+ dm-tree==0.1.6
15
+ filelock==3.0.12
16
+ flatbuffers==2.0
17
+ flax==0.3.4
18
+ fsspec==2021.6.1
19
+ huggingface-hub==0.0.12
20
+ idna==2.10
21
+ ipython==7.25.0
22
+ ipython-genutils==0.2.0
23
+ jax==0.2.16
24
+ jaxlib==0.1.68
25
+ jedi==0.18.0
26
+ joblib==1.0.1
27
+ kiwisolver==1.3.1
28
+ libtpu-nightly==0.1.dev20210615
29
+ matplotlib==3.4.2
30
+ matplotlib-inline==0.1.2
31
+ msgpack==1.0.2
32
+ multidict==5.1.0
33
+ multiprocess==0.70.12.2
34
+ numpy==1.21.0
35
+ opt-einsum==3.3.0
36
+ optax==0.0.9
37
+ packaging==21.0
38
+ pandas==1.3.0
39
+ parso==0.8.2
40
+ pexpect==4.8.0
41
+ pickleshare==0.7.5
42
+ Pillow==8.3.1
43
+ prompt-toolkit==3.0.19
44
+ ptyprocess==0.7.0
45
+ pyarrow==4.0.1
46
+ Pygments==2.9.0
47
+ pyparsing==2.4.7
48
+ python-dateutil==2.8.1
49
+ pytz==2021.1
50
+ PyYAML==5.4.1
51
+ regex==2021.7.6
52
+ requests==2.25.1
53
+ sacremoses==0.0.45
54
+ scipy==1.7.0
55
+ six==1.16.0
56
+ tokenizers==0.10.3
57
+ toolz==0.11.1
58
+ torch==1.9.0
59
+ torchvision==0.10.0
60
+ tqdm==4.61.2
61
+ traitlets==5.0.5
62
+ -e git+https://github.com/ghosh-r/transformers.git@23ab0b6980e8af5e0b42905d8c09d388245a029d#egg=transformers
63
+ typing-extensions==3.10.0.0
64
+ urllib3==1.26.6
65
+ wcwidth==0.2.5
66
+ xxhash==2.0.2
67
+ yarl==1.6.3