Skip to content

Commit

Permalink
update package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Jul 16, 2022
1 parent 0c04faa commit 34f7b3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setuptools.setup(
name="ewstools",
version="2.0.0",
version="2.0.1",
author="Thomas M Bury",
author_email="[email protected]",
description="""Python package to compute early warning signals (EWS)
Expand Down

0 comments on commit 34f7b3b

Please sign in to comment.