Skip to content

Commit

Permalink
Merge pull request #1288 from roboflow/feat/disalllow-numpy-v2
Browse files Browse the repository at this point in the history
Numpy upper limit: `<2.0.0`
  • Loading branch information
onuralpszr authored Jun 17, 2024
2 parents f96e776 + a43970f commit 246b8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers=[

[tool.poetry.dependencies]
python = "^3.8"
numpy = ">=1.21.2"
numpy = ">=1.21.2,<2.0.0"
scipy = [
{ version = "1.10.0", python = "<3.9" },
{ version = "^1.10.0", python = ">=3.9" }
Expand Down

0 comments on commit 246b8a7

Please sign in to comment.