From eb843330aaad4486254f999e73c4d59be9514b83 Mon Sep 17 00:00:00 2001 From: Bert Palm <bert.palm@ufz.de> Date: Mon, 20 Apr 2020 15:08:21 +0200 Subject: [PATCH] fixing requirements WIP --- req_grown.txt | 64 +++++++++++++++++++++++++++++++++++++++++++++++ req_saqc.txt | 28 +++++++++++++++++++++ requirements.txt | 65 ++++++------------------------------------------ 3 files changed, 100 insertions(+), 57 deletions(-) create mode 100644 req_grown.txt create mode 100644 req_saqc.txt diff --git a/req_grown.txt b/req_grown.txt new file mode 100644 index 0000000..241b969 --- /dev/null +++ b/req_grown.txt @@ -0,0 +1,64 @@ +alabaster==0.7.12 +astor==0.8.1 +attrs==19.3.0 +Babel==2.8.0 +beautifulsoup4==4.9.0 +blume==0.0.1 +certifi==2020.4.5.1 +chardet==3.0.4 +Click==7.0 +cycler==0.10.0 +decorator==4.4.2 +doc2md==0.1.0 +docutils==0.16 +html2text==2020.1.16 +idna==2.9 +imagesize==1.2.0 +importlib-metadata==1.5.0 +Jinja2==2.11.2 +joblib==0.14.1 +kiwisolver==1.1.0 +llvmlite==0.31.0 +MarkupSafe==1.1.1 +matplotlib==3.1.3 +more-itertools==8.2.0 +numba==0.48.0 +numpy==1.18.1 +packaging==20.1 +pandas==1.0.1 +pluggy==0.13.1 +py==1.8.1 +pyarrow==0.16.0 +pydash==4.7.6 +pydata-sphinx-theme==0.1.1 +Pygments==2.6.1 +pyparsing==2.4.6 +pytest==5.3.5 +pytest-lazy-fixture==0.6.3 +python-dateutil==2.8.1 +python-intervals==1.10.0 +pytz==2019.3 +requests==2.23.0 +scikit-learn==0.22.1 +scipy==1.4.1 +six==1.14.0 +snowballstemmer==2.0.0 +soupsieve==2.0 +Sphinx==3.0.1 +sphinx-automodapi==0.12 +sphinx-markdown-builder==0.5.4 +sphinxcontrib-applehelp==1.0.2 +sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-htmlhelp==1.0.3 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==1.0.3 +sphinxcontrib-serializinghtml==1.1.4 +unify==0.5 +untokenize==0.1.1 +urllib3==1.25.9 +waitress==1.4.3 +wcwidth==0.1.8 +WebOb==1.8.6 +WebTest==2.0.34 +yapf==0.29.0 +zipp==2.2.0 diff --git a/req_saqc.txt b/req_saqc.txt new file mode 100644 index 0000000..9382ab1 --- /dev/null +++ b/req_saqc.txt @@ -0,0 +1,28 @@ +astor==0.8.1 +attrs==19.3.0 +Click==7.0 +cycler==0.10.0 +importlib-metadata==1.5.0 +joblib==0.14.1 +kiwisolver==1.1.0 +llvmlite==0.31.0 +matplotlib==3.1.3 +more-itertools==8.2.0 +numba==0.48.0 +numpy==1.18.1 +packaging==20.1 +pandas==1.0.1 +pluggy==0.13.1 +py==1.8.1 +pyarrow==0.16.0 +pyparsing==2.4.6 +pytest==5.3.5 +pytest-lazy-fixture==0.6.3 +python-dateutil==2.8.1 +python-intervals==1.10.0 +pytz==2019.3 +scikit-learn==0.22.1 +scipy==1.4.1 +six==1.14.0 +wcwidth==0.1.8 +zipp==2.2.0 diff --git a/requirements.txt b/requirements.txt index 241b969..5579b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,64 +1,15 @@ -alabaster==0.7.12 -astor==0.8.1 attrs==19.3.0 -Babel==2.8.0 -beautifulsoup4==4.9.0 -blume==0.0.1 -certifi==2020.4.5.1 -chardet==3.0.4 -Click==7.0 -cycler==0.10.0 -decorator==4.4.2 -doc2md==0.1.0 -docutils==0.16 -html2text==2020.1.16 -idna==2.9 -imagesize==1.2.0 -importlib-metadata==1.5.0 -Jinja2==2.11.2 -joblib==0.14.1 -kiwisolver==1.1.0 -llvmlite==0.31.0 -MarkupSafe==1.1.1 -matplotlib==3.1.3 +importlib-metadata==1.6.0 more-itertools==8.2.0 -numba==0.48.0 -numpy==1.18.1 -packaging==20.1 -pandas==1.0.1 +numpy==1.18.3 +packaging==20.3 +pandas==1.0.3 pluggy==0.13.1 py==1.8.1 -pyarrow==0.16.0 -pydash==4.7.6 -pydata-sphinx-theme==0.1.1 -Pygments==2.6.1 -pyparsing==2.4.6 -pytest==5.3.5 -pytest-lazy-fixture==0.6.3 +pyparsing==2.4.7 +pytest==5.4.1 python-dateutil==2.8.1 -python-intervals==1.10.0 pytz==2019.3 -requests==2.23.0 -scikit-learn==0.22.1 -scipy==1.4.1 six==1.14.0 -snowballstemmer==2.0.0 -soupsieve==2.0 -Sphinx==3.0.1 -sphinx-automodapi==0.12 -sphinx-markdown-builder==0.5.4 -sphinxcontrib-applehelp==1.0.2 -sphinxcontrib-devhelp==1.0.2 -sphinxcontrib-htmlhelp==1.0.3 -sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.3 -sphinxcontrib-serializinghtml==1.1.4 -unify==0.5 -untokenize==0.1.1 -urllib3==1.25.9 -waitress==1.4.3 -wcwidth==0.1.8 -WebOb==1.8.6 -WebTest==2.0.34 -yapf==0.29.0 -zipp==2.2.0 +wcwidth==0.1.9 +zipp==3.1.0 -- GitLab