Skip to content

Commit

Permalink
impose upper bound on numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Feb 4, 2025
1 parent f633229 commit bfc0a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.0",
"plotly>=2.3.0",
"lmfit>=0.9.0",
"arch>=4.4",
Expand Down

0 comments on commit bfc0a15

Please sign in to comment.