Created
October 6, 2018 07:08
-
-
Save kashewnuts/69ba8b5a0b14267f49e2693967b41dd0 to your computer and use it in GitHub Desktop.
MachineLearning用 Jupyter Notebook環境 requirements.txt
This file contains hidden or 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
ipython==6.5.0 | |
ipython-genutils==0.2.0 | |
ipywidgets==7.4.2 | |
jedi==0.13.0 | |
Jinja2==2.10 | |
jsonschema==2.6.0 | |
jupyter==1.0.0 | |
jupyter-client==5.2.3 | |
jupyter-console==5.2.0 | |
jupyter-core==4.4.0 | |
kiwisolver==1.0.1 | |
MarkupSafe==1.0 | |
matplotlib==3.0.0 | |
mistune==0.8.3 | |
nbconvert==5.4.0 | |
nbformat==4.4.0 | |
notebook==5.7.0 | |
numpy==1.15.2 | |
pandas==0.23.4 | |
pandocfilters==1.4.2 | |
parso==0.3.1 | |
pexpect==4.6.0 | |
pickleshare==0.7.5 | |
prometheus-client==0.3.1 | |
prompt-toolkit==1.0.15 | |
ptyprocess==0.6.0 | |
Pygments==2.2.0 | |
pyparsing==2.2.2 | |
python-dateutil==2.7.3 | |
pytz==2018.5 | |
pyzmq==17.1.2 | |
qtconsole==4.4.1 | |
scikit-learn==0.20.0 | |
scipy==1.1.0 | |
Send2Trash==1.5.0 | |
simplegeneric==0.8.1 | |
six==1.11.0 | |
terminado==0.8.1 | |
testpath==0.4.2 | |
tornado==5.1.1 | |
traitlets==4.3.2 | |
wcwidth==0.1.7 | |
webencodings==0.5.1 | |
widgetsnbextension==3.4.2 |
This file contains hidden or 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
-c constraints.txt | |
jupyter | |
matplotlib | |
numpy | |
pandas | |
scikit-learn | |
scipy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment