Upload requirements.txt
Browse files- requirements.txt +64 -0
requirements.txt
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==0.13.0
|
2 |
+
aiohttp==3.7.4.post0
|
3 |
+
antlr4-python3-runtime==4.8
|
4 |
+
async-timeout==3.0.1
|
5 |
+
attrs==21.2.0
|
6 |
+
backcall==0.2.0
|
7 |
+
cachetools==4.2.2
|
8 |
+
certifi==2021.5.30
|
9 |
+
chardet==4.0.0
|
10 |
+
decorator==5.0.9
|
11 |
+
einops==0.3.0
|
12 |
+
fsspec==2021.6.1
|
13 |
+
ftfy==6.0.3
|
14 |
+
future==0.18.2
|
15 |
+
google-auth==1.32.0
|
16 |
+
google-auth-oauthlib==0.4.4
|
17 |
+
grpcio==1.38.1
|
18 |
+
idna==2.10
|
19 |
+
imageio==2.9.0
|
20 |
+
imageio-ffmpeg==0.4.4
|
21 |
+
ipython==7.25.0
|
22 |
+
ipython-genutils==0.2.0
|
23 |
+
jedi==0.18.0
|
24 |
+
kornia==0.5.4
|
25 |
+
Markdown==3.3.4
|
26 |
+
matplotlib-inline==0.1.2
|
27 |
+
multidict==5.1.0
|
28 |
+
numpy==1.21.0
|
29 |
+
oauthlib==3.1.1
|
30 |
+
omegaconf==2.1.0
|
31 |
+
packaging==20.9
|
32 |
+
parso==0.8.2
|
33 |
+
pexpect==4.8.0
|
34 |
+
pickleshare==0.7.5
|
35 |
+
Pillow==8.2.0
|
36 |
+
prompt-toolkit==3.0.19
|
37 |
+
protobuf==3.17.3
|
38 |
+
ptyprocess==0.7.0
|
39 |
+
pyasn1==0.4.8
|
40 |
+
pyasn1-modules==0.2.8
|
41 |
+
pyDeprecate==0.3.0
|
42 |
+
Pygments==2.9.0
|
43 |
+
pyparsing==2.4.7
|
44 |
+
pytorch-lightning==1.3.7.post0
|
45 |
+
PyYAML==5.4.1
|
46 |
+
regex==2021.4.4
|
47 |
+
requests==2.25.1
|
48 |
+
requests-oauthlib==1.3.0
|
49 |
+
rsa==4.7.2
|
50 |
+
six==1.16.0
|
51 |
+
tensorboard==2.4.1
|
52 |
+
tensorboard-plugin-wit==1.8.0
|
53 |
+
torch==1.9.0+cu111
|
54 |
+
torchaudio==0.9.0
|
55 |
+
torchmetrics==0.3.2
|
56 |
+
torchvision==0.10.0+cu111
|
57 |
+
torch-optimizer==0.3.0
|
58 |
+
tqdm==4.61.1
|
59 |
+
traitlets==5.0.5
|
60 |
+
typing-extensions==3.10.0.0
|
61 |
+
urllib3==1.26.6
|
62 |
+
wcwidth==0.2.5
|
63 |
+
Werkzeug==2.0.1
|
64 |
+
yarl==1.6.3
|