Skip to content

Commit

Permalink
clean requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardaji committed Oct 7, 2020
1 parent 34e9bac commit 6af21f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 65 deletions.
74 changes: 10 additions & 64 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6af21f6

Please sign in to comment.