From 3ec4e90658d6c3c7296304570cc395ebb4756a01 Mon Sep 17 00:00:00 2001 From: Raul Bardaji Date: Thu, 26 Mar 2020 00:08:30 +0100 Subject: [PATCH] add package version --- mooda/__init__.py | 2 ++ requirements.txt | 39 ++++++++++++++++++++++++++++++--------- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/mooda/__init__.py b/mooda/__init__.py index ba1403f..85d4369 100644 --- a/mooda/__init__.py +++ b/mooda/__init__.py @@ -2,3 +2,5 @@ from .waterframe import WaterFrame from .input import read_nc_emodnet, read_nc, read_nc_imos, read_pkl from .util import concat, iplot_location, iplot_timeseries + +__version__ = '1.1.3' diff --git a/requirements.txt b/requirements.txt index a992224..501194c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,24 +1,45 @@ astroid==2.3.3 -cftime==1.1.0 -colorama==0.4.3 +bleach==3.1.3 +certifi==2019.11.28 +cffi==1.14.0 +cftime==1.1.1.2 +chardet==3.0.4 +cryptography==2.8 cycler==0.10.0 +docutils==0.16 +idna==2.9 +importlib-metadata==1.5.1 isort==4.3.21 +jeepney==0.4.3 +keyring==21.2.0 kiwisolver==1.1.0 lazy-object-proxy==1.4.3 -matplotlib==3.1.3 +matplotlib==3.2.1 mccabe==0.6.1 netCDF4==1.5.3 -numpy==1.18.1 -pandas==1.0.1 -plotly==4.5.2 -pycodestyle==2.5.0 +numpy==1.18.2 +pandas==1.0.3 +pkg-resources==0.0.0 +pkginfo==1.5.0.1 +plotly==4.5.4 +pycparser==2.20 +Pygments==2.6.1 pylint==2.4.4 pyparsing==2.4.6 python-dateutil==2.8.1 pytz==2019.3 +readme-renderer==25.0 +requests==2.23.0 +requests-toolbelt==0.9.1 retrying==1.3.3 scipy==1.4.1 +SecretStorage==3.1.2 six==1.14.0 +tqdm==4.43.0 +twine==3.1.1 typed-ast==1.4.1 -wrapt==1.11.2 -xarray==0.15.0 +urllib3==1.25.8 +webencodings==0.5.1 +wrapt==1.12.1 +xarray==0.15.1 +zipp==3.1.0