Skip to content

Commit

Permalink
put an upper bound on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Feb 4, 2025
1 parent b5b4767 commit 5fbafa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

requirements = [
"pandas>=0.23.0",
"numpy>=1.14.0",
"numpy>=1.14.0,<1.25",
"plotly>=2.3.0",
"lmfit>=0.9.0",
"arch>=4.4",
Expand All @@ -17,7 +17,7 @@

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

0 comments on commit 5fbafa0

Please sign in to comment.