From 5b8401e77249df749aef3cc25ffae39441ed96b2 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Mon, 29 Jun 2020 01:08:40 +0200 Subject: [PATCH] Add requirements.txt --- requirements.txt | 82 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b4ec225 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,82 @@ +appdirs==1.4.4 +astroid==2.4.2 +attrs==19.3.0 +backcall==0.2.0 +black==19.10b0 +bleach==3.1.5 +certifi==2020.6.20 +chardet==3.0.4 +click==7.1.2 +cycler==0.10.0 +decorator==4.4.2 +defusedxml==0.6.0 +entrypoints==0.3 +idna==2.10 +importlib-metadata==1.7.0 +ipykernel==5.3.0 +ipython==7.16.1 +ipython-genutils==0.2.0 +isort==4.3.21 +jedi==0.17.1 +Jinja2==2.11.2 +joblib==0.15.1 +json5==0.9.5 +jsonschema==3.2.0 +jupyter-client==6.1.3 +jupyter-core==4.6.3 +jupyterlab==2.1.5 +jupyterlab-server==1.1.5 +kiwisolver==1.2.0 +lazy-object-proxy==1.4.3 +MarkupSafe==1.1.1 +matplotlib==3.2.2 +mccabe==0.6.1 +missingno==0.4.2 +mistune==0.8.4 +nbconvert==5.6.1 +nbformat==5.0.7 +notebook==6.0.3 +numpy==1.19.0 +packaging==20.4 +pandas==1.0.5 +pandocfilters==1.4.2 +parso==0.7.0 +pathspec==0.8.0 +patsy==0.5.1 +pexpect==4.8.0 +pickleshare==0.7.5 +prometheus-client==0.8.0 +prompt-toolkit==3.0.5 +ptyprocess==0.6.0 +Pygments==2.6.1 +pylint==2.5.3 +pyparsing==2.4.7 +pyrsistent==0.16.0 +python-dateutil==2.8.1 +pytz==2020.1 +pyzmq==19.0.1 +regex==2020.6.8 +requests==2.24.0 +scikit-learn==0.23.1 +scipy==1.5.0 +seaborn==0.10.1 +Send2Trash==1.5.0 +six==1.15.0 +sklearn==0.0 +statsmodels==0.11.1 +tabulate==0.8.7 +terminado==0.8.3 +testpath==0.4.4 +threadpoolctl==2.1.0 +toml==0.10.1 +tornado==6.0.4 +tqdm==4.47.0 +traitlets==4.3.3 +typed-ast==1.4.1 +urllib3==1.25.9 +wcwidth==0.2.5 +webencodings==0.5.1 +wrapt==1.12.1 +xlrd==1.2.0 +xlwt==1.3.0 +zipp==3.1.0