Skip to content

Commit

Permalink
add package version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardaji committed Mar 25, 2020
1 parent c16e878 commit 3ec4e90
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 9 deletions.
2 changes: 2 additions & 0 deletions mooda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
39 changes: 30 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3ec4e90

Please sign in to comment.