This repository was archived by the owner on Feb 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
77 lines (77 loc) · 4.09 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt requirements.in
#
-e git+https://github.com/yandexdataschool/nbgrader.git@d81d3b366523372c10e5e1bbec7ba83c4a42010e#egg=nbgrader
alembic==0.9.9
backcall==0.1.0 # via ipython
bleach==2.1.3 # via nbconvert
certifi==2018.4.16 # via requests
chardet==3.0.4 # via requests
cycler==0.10.0 # via matplotlib
cython==0.28.3
decorator==4.3.0 # via ipython, traitlets
entrypoints==0.2.3 # via nbconvert
fuzzywuzzy==0.16.0
html5lib==1.0.1 # via bleach
idna==2.6 # via requests
ipykernel==4.8.2 # via ipywidgets, jupyter, jupyter-console, notebook, qtconsole
ipython-genutils==0.2.0 # via jupyter-contrib-nbextensions, nbformat, notebook, qtconsole, traitlets
ipython==6.4.0 # via ipykernel, ipywidgets, jupyter-console, jupyter-latex-envs
ipywidgets==7.2.1
jedi==0.12.0 # via ipython
jinja2==2.10 # via nbconvert, notebook
jsonschema==2.6.0 # via nbformat
jupyter-client==5.2.3 # via ipykernel, jupyter-console, notebook, qtconsole
jupyter-console==5.2.0 # via jupyter
jupyter-contrib-core==0.3.3 # via jupyter-contrib-nbextensions, jupyter-nbextensions-configurator
jupyter-contrib-nbextensions==0.5.0
jupyter-core==4.4.0 # via jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-latex-envs, jupyter-nbextensions-configurator, nbconvert, nbformat, notebook, qtconsole
jupyter-gradelabel==0.0.1
jupyter-highlight-selected-word==0.2.0 # via jupyter-contrib-nbextensions
jupyter-latex-envs==1.4.4 # via jupyter-contrib-nbextensions
jupyter-nbextensions-configurator==0.4.0 # via jupyter-contrib-nbextensions
jupyter==1.0.0 # via jupyter-gradelabel
kiwisolver==1.0.1 # via matplotlib
lxml==4.2.3 # via jupyter-contrib-nbextensions
mako==1.0.7 # via alembic
markupsafe==1.0 # via jinja2, mako
matplotlib==2.2.2
mistune==0.8.3 # via nbconvert
nbconvert==5.3.1 # via jupyter, jupyter-contrib-nbextensions, jupyter-latex-envs, notebook
nbformat==4.4.0 # via ipywidgets, nbconvert, notebook
nose==1.3.7
notebook==5.5.0 # via jupyter, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-gradelabel, jupyter-latex-envs, jupyter-nbextensions-configurator, widgetsnbextension
numpy==1.14.3
pandas==0.23.0
pandocfilters==1.4.2 # via nbconvert
parso==0.2.1 # via jedi
pexpect==4.6.0 # via ipython
pickleshare==0.7.4 # via ipython
prompt-toolkit==1.0.15 # via ipython, jupyter-console
ptyprocess==0.5.2 # via pexpect, terminado
pygments==2.2.0 # via ipython, jupyter-console, nbconvert, qtconsole
pyparsing==2.2.0 # via matplotlib
python-dateutil==2.7.3 # via alembic, jupyter-client, matplotlib, pandas
python-editor==1.0.3 # via alembic
pytz==2018.4 # via matplotlib, pandas
pyyaml==3.12 # via jupyter-contrib-nbextensions, jupyter-nbextensions-configurator
pyzmq==17.0.0 # via jupyter-client, notebook
qtconsole==4.3.1 # via jupyter
requests==2.18.4
scikit-learn==0.19.1
scipy==1.1.0
send2trash==1.5.0 # via notebook
simplegeneric==0.8.1 # via ipython
six==1.11.0 # via bleach, cycler, html5lib, matplotlib, prompt-toolkit, python-dateutil, traitlets
sqlalchemy==1.2.8 # via alembic
terminado==0.8.1 # via notebook
testpath==0.3.1 # via nbconvert
tornado==5.0.2 # via ipykernel, jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-nbextensions-configurator, notebook, terminado
traitlets==4.3.2 # via ipykernel, ipython, ipywidgets, jupyter-client, jupyter-contrib-core, jupyter-contrib-nbextensions, jupyter-core, jupyter-latex-envs, jupyter-nbextensions-configurator, nbconvert, nbformat, notebook, qtconsole
urllib3==1.22 # via requests
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1 # via html5lib
widgetsnbextension==3.2.1 # via ipywidgets