Skip to content

Commit

Permalink
remove upper bounds on package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMBury committed Feb 4, 2025
1 parent acd1171 commit f633229
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
long_description = fh.read()

requirements = [
"pandas>=0.23.0,<=2.1.0",
"numpy>=1.14.0,<=1.25.0",
"plotly>=2.3.0,<6.0.0",
"pandas>=0.23.0",
"numpy>=1.14.0",
"plotly>=2.3.0",
"lmfit>=0.9.0",
"arch>=4.4",
"statsmodels>=0.9.0",
Expand Down

0 comments on commit f633229

Please sign in to comment.