forked from ChenghaoMou/pytorch-pQRNN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
70 lines (70 loc) · 1.28 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
absl-py==0.12.0
aiohttp==3.7.4.post0
async-timeout==3.0.1
attrs==20.3.0
bandit==1.7.0
bitstring==3.1.7
cachetools==4.2.1
certifi==2020.12.5
chardet==4.0.0
click==7.1.2
colorama==0.4.4
colorama==0.4.4; platform_system == "Windows"
commonmark==0.9.1
datasets==1.5.0
dill==0.3.3
filelock==3.0.12
fsspec==0.8.7
future==0.18.2
gitdb==4.0.7
gitpython==3.1.14
google-auth-oauthlib==0.4.3
google-auth==1.28.0
grpcio==1.36.1
huggingface-hub==0.0.7
idna==2.10
importlib-metadata==1.7.0; python_version < "3.8"
joblib==1.0.1
markdown==3.3.4
mmh3==2.5.1
multidict==5.1.0
multiprocess==0.70.11.1
nltk==3.5
numpy==1.20.2
oauthlib==3.1.0
pandas==1.1.5
pbr==5.5.1
protobuf==3.15.6
pyarrow==3.0.0
pyasn1-modules==0.2.8
pyasn1==0.4.8
pygments==2.8.1
pyhash==0.9.3
python-dateutil==2.8.1
pytorch-lightning==1.2.5
pytz==2021.1
regex==2021.3.17
requests-oauthlib==1.3.0
requests==2.25.1
rich==8.0.0
rsa==4.7.2; python_version >= "3.6"
scikit-learn==0.23.2
scipy==1.6.1
shellingham==1.4.0
six==1.15.0
smmap==4.0.0
stevedore==3.3.0
tensorboard-plugin-wit==1.8.0
tensorboard==2.4.1
threadpoolctl==2.1.0
torch==1.7.1
torchmetrics==0.2.0
tqdm==4.49.0
typer==0.3.2
typing-extensions==3.7.4.3
typing-extensions==3.7.4.3; python_version < "3.8"
urllib3==1.26.4
werkzeug==1.0.1
xxhash==2.0.0
yarl==1.6.3
zipp==3.4.1; python_version < "3.8"