Commit ·
0ba67cd
1
Parent(s): 431a725
init
Browse files- requirements.txt +214 -0
requirements.txt
ADDED
|
@@ -0,0 +1,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==0.12.0
|
| 2 |
+
aiohttp==3.7.4.post0
|
| 3 |
+
aiohttp-cors==0.7.0
|
| 4 |
+
aioredis==1.3.1
|
| 5 |
+
appdirs==1.4.4
|
| 6 |
+
argon2-cffi==20.1.0
|
| 7 |
+
astunparse==1.6.3
|
| 8 |
+
async-generator==1.10
|
| 9 |
+
async-timeout==3.0.1
|
| 10 |
+
attrs==19.3.0
|
| 11 |
+
Automat==0.8.0
|
| 12 |
+
backcall==0.2.0
|
| 13 |
+
bleach==3.3.0
|
| 14 |
+
blessings==1.7
|
| 15 |
+
blinker==1.4
|
| 16 |
+
cachetools==4.2.2
|
| 17 |
+
certifi==2020.12.5
|
| 18 |
+
cffi==1.14.5
|
| 19 |
+
chardet==4.0.0
|
| 20 |
+
chex==0.0.8
|
| 21 |
+
Click==7.0
|
| 22 |
+
cloud-init==21.1
|
| 23 |
+
cloud-tpu-client==0.10
|
| 24 |
+
colorama==0.4.3
|
| 25 |
+
colorful==0.5.4
|
| 26 |
+
command-not-found==0.3
|
| 27 |
+
configobj==5.0.6
|
| 28 |
+
constantly==15.1.0
|
| 29 |
+
cryptography==2.8
|
| 30 |
+
cycler==0.10.0
|
| 31 |
+
Cython==0.29.23
|
| 32 |
+
datasets==1.8.0
|
| 33 |
+
dbus-python==1.2.16
|
| 34 |
+
debugpy==1.3.0
|
| 35 |
+
decorator==5.0.9
|
| 36 |
+
defusedxml==0.7.1
|
| 37 |
+
dill==0.3.4
|
| 38 |
+
distlib==0.3.1
|
| 39 |
+
distro==1.4.0
|
| 40 |
+
distro-info===0.23ubuntu1
|
| 41 |
+
dm-tree==0.1.6
|
| 42 |
+
entrypoints==0.3
|
| 43 |
+
filelock==3.0.12
|
| 44 |
+
flatbuffers==1.12
|
| 45 |
+
flax==0.3.4
|
| 46 |
+
fsspec==2021.6.1
|
| 47 |
+
future==0.18.2
|
| 48 |
+
gast==0.4.0
|
| 49 |
+
google-api-core==1.28.0
|
| 50 |
+
google-api-python-client==1.8.0
|
| 51 |
+
google-auth==1.30.1
|
| 52 |
+
google-auth-httplib2==0.1.0
|
| 53 |
+
google-auth-oauthlib==0.4.4
|
| 54 |
+
google-pasta==0.2.0
|
| 55 |
+
googleapis-common-protos==1.53.0
|
| 56 |
+
gpustat==0.6.0
|
| 57 |
+
grpcio==1.34.1
|
| 58 |
+
h5py==3.1.0
|
| 59 |
+
hiredis==2.0.0
|
| 60 |
+
httplib2==0.19.1
|
| 61 |
+
huggingface-hub==0.0.12
|
| 62 |
+
hyperlink==19.0.0
|
| 63 |
+
idna==2.10
|
| 64 |
+
importlib-metadata==1.5.0
|
| 65 |
+
incremental==16.10.1
|
| 66 |
+
ipykernel==6.0.1
|
| 67 |
+
ipython==7.25.0
|
| 68 |
+
ipython-genutils==0.2.0
|
| 69 |
+
ipywidgets==7.6.3
|
| 70 |
+
jax==0.2.16
|
| 71 |
+
jaxlib==0.1.68
|
| 72 |
+
jedi==0.18.0
|
| 73 |
+
Jinja2==2.10.1
|
| 74 |
+
joblib==1.0.1
|
| 75 |
+
jsonpatch==1.22
|
| 76 |
+
jsonpointer==2.0
|
| 77 |
+
jsonschema==3.2.0
|
| 78 |
+
jupyter==1.0.0
|
| 79 |
+
jupyter-client==6.1.12
|
| 80 |
+
jupyter-console==6.4.0
|
| 81 |
+
jupyter-core==4.7.1
|
| 82 |
+
jupyterlab-pygments==0.1.2
|
| 83 |
+
jupyterlab-widgets==1.0.0
|
| 84 |
+
Keras-Applications==1.0.8
|
| 85 |
+
keras-nightly==2.5.0.dev2021032900
|
| 86 |
+
Keras-Preprocessing==1.1.2
|
| 87 |
+
keyring==18.0.1
|
| 88 |
+
kiwisolver==1.3.1
|
| 89 |
+
language-selector==0.1
|
| 90 |
+
launchpadlib==1.10.13
|
| 91 |
+
lazr.restfulclient==0.14.2
|
| 92 |
+
lazr.uri==1.0.3
|
| 93 |
+
libtpu-nightly==0.1.dev20210615
|
| 94 |
+
Markdown==3.3.4
|
| 95 |
+
MarkupSafe==1.1.0
|
| 96 |
+
matplotlib==3.4.2
|
| 97 |
+
matplotlib-inline==0.1.2
|
| 98 |
+
mistune==0.8.4
|
| 99 |
+
mock==4.0.3
|
| 100 |
+
more-itertools==4.2.0
|
| 101 |
+
msgpack==1.0.2
|
| 102 |
+
mtranslate==1.8
|
| 103 |
+
multidict==5.1.0
|
| 104 |
+
multiprocess==0.70.12.2
|
| 105 |
+
nbclient==0.5.3
|
| 106 |
+
nbconvert==6.1.0
|
| 107 |
+
nbformat==5.1.3
|
| 108 |
+
nest-asyncio==1.5.1
|
| 109 |
+
netifaces==0.10.4
|
| 110 |
+
nltk==3.6.2
|
| 111 |
+
notebook==6.4.0
|
| 112 |
+
numpy==1.19.5
|
| 113 |
+
nvidia-ml-py3==7.352.0
|
| 114 |
+
oauth2client==4.1.3
|
| 115 |
+
oauthlib==3.1.0
|
| 116 |
+
opencensus==0.7.13
|
| 117 |
+
opencensus-context==0.1.2
|
| 118 |
+
opt-einsum==3.3.0
|
| 119 |
+
optax==0.0.9
|
| 120 |
+
packaging==20.9
|
| 121 |
+
pandas==1.2.5
|
| 122 |
+
pandocfilters==1.4.3
|
| 123 |
+
parso==0.8.2
|
| 124 |
+
pbr==5.6.0
|
| 125 |
+
pexpect==4.6.0
|
| 126 |
+
pickleshare==0.7.5
|
| 127 |
+
Pillow==8.3.1
|
| 128 |
+
prometheus-client==0.11.0
|
| 129 |
+
prompt-toolkit==3.0.19
|
| 130 |
+
protobuf==3.17.1
|
| 131 |
+
psutil==5.8.0
|
| 132 |
+
ptyprocess==0.7.0
|
| 133 |
+
py-spy==0.3.7
|
| 134 |
+
pyarrow==3.0.0
|
| 135 |
+
pyasn1==0.4.8
|
| 136 |
+
pyasn1-modules==0.2.8
|
| 137 |
+
pycparser==2.20
|
| 138 |
+
pydantic==1.8.2
|
| 139 |
+
Pygments==2.9.0
|
| 140 |
+
PyGObject==3.36.0
|
| 141 |
+
PyHamcrest==1.9.0
|
| 142 |
+
PyJWT==1.7.1
|
| 143 |
+
pymacaroons==0.13.0
|
| 144 |
+
PyNaCl==1.3.0
|
| 145 |
+
pyOpenSSL==19.0.0
|
| 146 |
+
pyparsing==2.4.7
|
| 147 |
+
pyrsistent==0.15.5
|
| 148 |
+
pyserial==3.4
|
| 149 |
+
python-apt==2.0.0+ubuntu0.20.4.4
|
| 150 |
+
python-dateutil==2.8.1
|
| 151 |
+
python-debian===0.1.36ubuntu1
|
| 152 |
+
python-magic==0.4.24
|
| 153 |
+
pytz==2021.1
|
| 154 |
+
PyYAML==5.4.1
|
| 155 |
+
pyzmq==22.1.0
|
| 156 |
+
qtconsole==5.1.1
|
| 157 |
+
QtPy==1.9.0
|
| 158 |
+
ray==1.4.1
|
| 159 |
+
redis==3.5.3
|
| 160 |
+
regex==2021.7.1
|
| 161 |
+
requests==2.25.1
|
| 162 |
+
requests-oauthlib==1.3.0
|
| 163 |
+
requests-unixsocket==0.2.0
|
| 164 |
+
rsa==4.7.2
|
| 165 |
+
sacremoses==0.0.45
|
| 166 |
+
scikit-learn==0.24.2
|
| 167 |
+
scipy==1.6.3
|
| 168 |
+
SecretStorage==2.3.1
|
| 169 |
+
Send2Trash==1.7.1
|
| 170 |
+
sentencepiece==0.1.96
|
| 171 |
+
service-identity==18.1.0
|
| 172 |
+
simplejson==3.16.0
|
| 173 |
+
six==1.15.0
|
| 174 |
+
sklearn==0.0
|
| 175 |
+
sos==4.1
|
| 176 |
+
ssh-import-id==5.10
|
| 177 |
+
systemd-python==234
|
| 178 |
+
tensorboard==2.5.0
|
| 179 |
+
tensorboard-data-server==0.6.1
|
| 180 |
+
tensorboard-plugin-wit==1.8.0
|
| 181 |
+
tensorflow==2.5.0
|
| 182 |
+
tensorflow-estimator==2.5.0
|
| 183 |
+
termcolor==1.1.0
|
| 184 |
+
terminado==0.10.1
|
| 185 |
+
testpath==0.5.0
|
| 186 |
+
testresources==2.0.1
|
| 187 |
+
threadpoolctl==2.1.0
|
| 188 |
+
tokenizers==0.10.3
|
| 189 |
+
toolz==0.11.1
|
| 190 |
+
torch==1.9.0+cpu
|
| 191 |
+
torch-tb-profiler==0.2.1
|
| 192 |
+
torchvision==0.10.0+cpu
|
| 193 |
+
tornado==6.1
|
| 194 |
+
tqdm==4.49.0
|
| 195 |
+
traitlets==5.0.5
|
| 196 |
+
transformers @ git+https://github.com/huggingface/transformers.git@9ee66adadb2a8d6e04e8b18a1c9ea0b57c80642e
|
| 197 |
+
Twisted==18.9.0
|
| 198 |
+
typing-extensions==3.7.4.3
|
| 199 |
+
ubuntu-advantage-tools==20.3
|
| 200 |
+
ufw==0.36
|
| 201 |
+
unattended-upgrades==0.1
|
| 202 |
+
uritemplate==3.0.1
|
| 203 |
+
urllib3==1.26.4
|
| 204 |
+
virtualenv==20.4.7
|
| 205 |
+
wadllib==1.3.3
|
| 206 |
+
wcwidth==0.2.5
|
| 207 |
+
webencodings==0.5.1
|
| 208 |
+
Werkzeug==2.0.1
|
| 209 |
+
widgetsnbextension==3.5.1
|
| 210 |
+
wrapt==1.12.1
|
| 211 |
+
xxhash==2.0.2
|
| 212 |
+
yarl==1.6.3
|
| 213 |
+
zipp==1.0.0
|
| 214 |
+
zope.interface==4.7.1
|