Created
September 9, 2021 19:28
-
-
Save thomas-schuster/acb3a9e744404003450f98db3ff6749b to your computer and use it in GitHub Desktop.
Python requirements to machine learning notebooks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
absl-py==0.13.0 | |
astunparse==1.6.3 | |
async-generator==1.10 | |
attrs==21.2.0 | |
bleach==3.3.0 | |
cachetools==4.2.2 | |
certifi==2021.5.30 | |
chardet==3.0.4 | |
clang==5.0 | |
colorama==0.4.4 | |
cycler==0.10.0 | |
decorator==5.0.9 | |
defusedxml==0.7.1 | |
entrypoints==0.3 | |
flatbuffers==1.12 | |
gast==0.4.0 | |
google-auth==1.35.0 | |
google-auth-oauthlib==0.4.6 | |
google-pasta==0.2.0 | |
grpcio==1.40.0 | |
h5py==3.1.0 | |
idna==2.8 | |
ipykernel==4.6.1 | |
ipython==5.5.0 | |
ipython-genutils==0.2.0 | |
Jinja2==3.0.1 | |
joblib==1.0.1 | |
jsonschema==3.2.0 | |
jupyter-client==6.1.12 | |
jupyter-core==4.7.1 | |
jupyterlab-pygments==0.1.2 | |
keras==2.6.0 | |
Keras-Preprocessing==1.1.2 | |
kiwisolver==1.3.1 | |
Markdown==3.3.4 | |
MarkupSafe==2.0.1 | |
matplotlib==3.4.2 | |
mistune==0.8.4 | |
nbclient==0.5.3 | |
nbconvert==6.1.0 | |
nbformat==5.1.3 | |
nest-asyncio==1.5.1 | |
numpy==1.19.5 | |
oauthlib==3.1.1 | |
opt-einsum==3.3.0 | |
packaging==21.0 | |
pandas==1.3.0 | |
pandocfilters==1.4.3 | |
pickleshare==0.7.5 | |
Pillow==8.3.1 | |
portpicker==1.2.0 | |
prompt-toolkit==1.0.18 | |
protobuf==3.17.3 | |
pyasn1==0.4.8 | |
pyasn1-modules==0.2.8 | |
Pygments==2.9.0 | |
pyparsing==2.4.7 | |
pyrsistent==0.18.0 | |
python-dateutil==2.8.1 | |
pytz==2021.1 | |
pywin32==301 | |
pyzmq==22.1.0 | |
requests==2.21.0 | |
requests-oauthlib==1.3.0 | |
rsa==4.7.2 | |
scikit-learn==0.24.2 | |
scipy==1.7.0 | |
seaborn==0.11.1 | |
simplegeneric==0.8.1 | |
six==1.15.0 | |
sklearn==0.0 | |
tensorboard==2.6.0 | |
tensorboard-data-server==0.6.1 | |
tensorboard-plugin-wit==1.8.0 | |
tensorflow==2.6.0 | |
tensorflow-estimator==2.6.0 | |
termcolor==1.1.0 | |
testpath==0.5.0 | |
threadpoolctl==2.2.0 | |
tornado==4.5.3 | |
tqdm==4.62.2 | |
traitlets==5.0.5 | |
typing-extensions==3.7.4.3 | |
urllib3==1.24.3 | |
wcwidth==0.2.5 | |
webencodings==0.5.1 | |
Werkzeug==2.0.1 | |
wrapt==1.12.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment