Skip to content

Commit

Permalink
update package reqs in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Jul 11, 2022
1 parent 157912c commit 7dcbac3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
with open("README.md", "r") as fh:
long_description = fh.read()

requirements = ["lmfit>=0.9", "arch>=4.7"]
requirements = ['pandas>=1.2.0',
'numpy>=1.20.0',
'plotly>=5.3.0',
'tensorflow>=2.0.0',
'lmfit>=0.9',
'arch>=4.7',
'statsmodels>=0.12.0',
'scipy>=1.5.0',
]

setuptools.setup(
name="ewstools",
Expand Down

0 comments on commit 7dcbac3

Please sign in to comment.