Skip to content

Commit

Permalink
fix: force numpy v1
Browse files Browse the repository at this point in the history
  • Loading branch information
flobz committed Aug 31, 2024
1 parent 442fbc5 commit aae5124
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ python-dateutil = ">=2.5.3"
urllib3 = ">=1.15.1 <2.0.0"
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
pandas = "^1.1.5"
numpy = [{version = ">=1.24.0", python = ">=3.11"},
{version = "<1.26.0", python = "<3.9"},
{version = "<1.22.0", python = "<3.8"}]
numpy = "^1.24.0"
scipy = [{version = ">=1.9.2", python = ">=3.11"},
{version = "<1.11.0", python = "<3.8"},
{version = "<1.8.0", python = "<3.8"}]
Expand Down

0 comments on commit aae5124

Please sign in to comment.