From 34f7b3bfe63ce3d29d3e346f12cb355900565b11 Mon Sep 17 00:00:00 2001 From: Thomas Bury Date: Sat, 16 Jul 2022 17:46:16 -0400 Subject: [PATCH] update package deps --- README.md | 14 +++++++------- setup.py | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7fb82bd..2c49dcb 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ pip install jupyter notebook ``` Package dependencies of *ewstools* are ```bash -'pandas>=1.2.0', -'numpy>=1.20.0', -'plotly>=5.3.0', -'lmfit>=0.9', -'arch>=4.7', -'statsmodels>=0.12.0', -'scipy>=1.5.0', +'pandas>=0.23.0', +'numpy>=1.14.0', +'plotly>=2.3.0', +'lmfit>=0.9.0', +'arch>=4.4', +'statsmodels>=0.9.0', +'scipy>=1.0.1', ``` and should be installed automatically. To use any of the deep learning functionality, you will need to install [TensorFlow](https://www.tensorflow.org/install) v2.0.0 or later. diff --git a/setup.py b/setup.py index b35c624..a409638 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( name="ewstools", - version="2.0.0", + version="2.0.1", author="Thomas M Bury", author_email="tombury182@gmail.com", description="""Python package to compute early warning signals (EWS)