From 6af21f66cc3711ff4119879d8f7061e90417d751 Mon Sep 17 00:00:00 2001 From: Raul Bardaji Date: Wed, 7 Oct 2020 11:44:24 +0200 Subject: [PATCH] clean requirements --- requirements.txt | 74 +++++++----------------------------------------- setup.py | 2 +- 2 files changed, 11 insertions(+), 65 deletions(-) diff --git a/requirements.txt b/requirements.txt index 74928aa..9ef5ff4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,64 +1,10 @@ -astroid==2.4.2 -bleach==3.1.5 -certifi==2020.6.20 -cffi==1.14.0 -cftime==1.2.0 -chardet==3.0.4 -click==7.1.2 -colorama==0.4.3 -cryptography==2.9.2 -cycler==0.10.0 -docutils==0.16 -elasticsearch==7.8.0 -Flask==1.1.2 -idna==2.10 -importlib-metadata==1.7.0 -isort==5.1.3 -itsdangerous==1.1.0 -jeepney==0.4.3 -Jinja2==2.11.2 -joblib==0.16.0 -keyring==21.2.1 -kiwisolver==1.2.0 -lazy-object-proxy==1.5.0 -MarkupSafe==1.1.1 -matplotlib==3.3.0 -mccabe==0.6.1 -mooda==1.5.0 -netCDF4==1.5.3 -numpy==1.19.0 -packaging==20.4 -pandas==1.0.5 -patsy==0.5.1 -Pillow==7.2.0 -pkginfo==1.5.0.1 -plotly==4.9.0 -pycparser==2.20 -Pygments==2.6.1 -pylint==2.5.3 -pyparsing==2.4.7 -python-dateutil==2.8.1 -pytz==2020.1 -pywin32-ctypes==0.2.0 -readme-renderer==26.0 -requests==2.24.0 -requests-toolbelt==0.9.1 -retrying==1.3.3 -rfc3986==1.4.0 -scikit-learn==0.23.1 -scipy==1.5.1 -SecretStorage==3.1.2 -six==1.15.0 -sklearn==0.0 -statsmodels==0.11.1 -threadpoolctl==2.1.0 -toml==0.10.1 -tqdm==4.48.0 -twine==3.2.0 -typed-ast==1.4.1 -urllib3==1.25.9 -webencodings==0.5.1 -Werkzeug==1.0.1 -wrapt==1.12.1 -xarray==0.16.0 -zipp==3.1.0 +elasticsearch>=7.8.0 +Flask>=1.1.2 +matplotlib>=3.3.0 +netCDF4>=1.5.3 +numpy>=1.19.0 +pandas>=1.0.5 +plotly>=4.9.0 +scikit-learn>=0.23.1 +scipy>=1.5.1 +xarray>=0.16.0 diff --git a/setup.py b/setup.py index 0b493fd..30f1108 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NAME = 'mooda' -VERSION = '1.6.0' +VERSION = '1.6.1' DESCRIPTION = 'Module for Ocean Observatory Data Analysis' LONG_DESCRIPTION = (""" MOODA - Module for Ocean Observatory Data Analysis