akhaliq HF staff commited on
Commit
e62145f
1 Parent(s): 7c8b533

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +118 -0
requirements.txt ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==0.14.1
2
+ aiohttp==3.7.4.post0
3
+ anyio==3.3.4
4
+ argon2-cffi==21.1.0
5
+ async-timeout==3.0.1
6
+ attrs==21.2.0
7
+ Babel==2.9.1
8
+ backcall==0.2.0
9
+ bleach==4.1.0
10
+ cachetools==4.2.4
11
+ certifi==2021.10.8
12
+ cffi==1.15.0
13
+ chardet==4.0.0
14
+ charset-normalizer==2.0.7
15
+ clip @ git+https://github.com/openai/CLIP.git@04f4dc2ca1ed0acc9893bd1a3b526a7e02c4bb10
16
+ cycler==0.10.0
17
+ debugpy==1.5.0
18
+ decorator==5.1.0
19
+ defusedxml==0.7.1
20
+ entrypoints==0.3
21
+ fsspec==2021.10.1
22
+ ftfy==6.0.3
23
+ future==0.18.2
24
+ google-auth==2.3.0
25
+ google-auth-oauthlib==0.4.6
26
+ grpcio==1.41.0
27
+ idna==3.3
28
+ imageio==2.9.0
29
+ ipykernel==6.4.1
30
+ ipython==7.28.0
31
+ ipython-genutils==0.2.0
32
+ ipywidgets==7.6.5
33
+ jedi==0.18.0
34
+ Jinja2==3.0.2
35
+ json5==0.9.6
36
+ jsonschema==4.1.0
37
+ jupyter==1.0.0
38
+ jupyter-client==7.0.6
39
+ jupyter-console==6.4.0
40
+ jupyter-core==4.8.1
41
+ jupyter-server==1.11.1
42
+ jupyterlab==3.2.0
43
+ jupyterlab-pygments==0.1.2
44
+ jupyterlab-server==2.8.2
45
+ jupyterlab-widgets==1.0.2
46
+ kiwisolver==1.3.2
47
+ Markdown==3.3.4
48
+ MarkupSafe==2.0.1
49
+ matplotlib==3.4.3
50
+ matplotlib-inline==0.1.3
51
+ mistune==0.8.4
52
+ multidict==5.2.0
53
+ nbclassic==0.3.2
54
+ nbclient==0.5.4
55
+ nbconvert==6.2.0
56
+ nbformat==5.1.3
57
+ nest-asyncio==1.5.1
58
+ nose==1.3.7
59
+ notebook==6.4.4
60
+ numpy==1.21.2
61
+ oauthlib==3.1.1
62
+ packaging==21.0
63
+ pandas==1.3.4
64
+ pandocfilters==1.5.0
65
+ parso==0.8.2
66
+ pexpect==4.8.0
67
+ pickleshare==0.7.5
68
+ Pillow==8.4.0
69
+ portalocker==2.3.2
70
+ prometheus-client==0.11.0
71
+ prompt-toolkit==3.0.20
72
+ protobuf==3.18.1
73
+ ptyprocess==0.7.0
74
+ pyasn1==0.4.8
75
+ pyasn1-modules==0.2.8
76
+ pycparser==2.20
77
+ pyDeprecate==0.3.1
78
+ Pygments==2.10.0
79
+ pyparsing==2.4.7
80
+ pyrsistent==0.18.0
81
+ python-dateutil==2.8.2
82
+ pytorch-lightning==1.4.9
83
+ pytz==2021.3
84
+ PyYAML==6.0
85
+ pyzmq==22.3.0
86
+ qtconsole==5.1.1
87
+ QtPy==1.11.2
88
+ regex==2021.10.8
89
+ requests==2.26.0
90
+ requests-oauthlib==1.3.0
91
+ requests-unixsocket==0.2.0
92
+ rsa==4.7.2
93
+ scipy==1.7.1
94
+ Send2Trash==1.8.0
95
+ six==1.16.0
96
+ sniffio==1.2.0
97
+ tensorboard==2.7.0
98
+ tensorboard-data-server==0.6.1
99
+ tensorboard-plugin-wit==1.8.0
100
+ terminado==0.12.1
101
+ testpath==0.5.0
102
+ timm==0.4.12
103
+ torch==1.9.1+cu111
104
+ torch-encoding @ git+https://github.com/zhanghang1989/PyTorch-Encoding/@331ecdd5306104614cb414b16fbcd9d1a8d40e1e
105
+ torchaudio==0.9.1
106
+ torchmetrics==0.5.1
107
+ torchvision==0.10.1+cu111
108
+ tornado==6.1
109
+ tqdm==4.62.3
110
+ traitlets==5.1.0
111
+ typing-extensions==3.10.0.2
112
+ urllib3==1.26.7
113
+ wcwidth==0.2.5
114
+ webencodings==0.5.1
115
+ websocket-client==1.2.1
116
+ Werkzeug==2.0.2
117
+ widgetsnbextension==3.5.1
118
+ yarl==1.7.0