Skip to content

Commit

Permalink
ci: 👷 update numpy dependency to a simplified version constraint
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Nov 15, 2024
1 parent 86f95f9 commit b6ffe6e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 65 deletions.
132 changes: 72 additions & 60 deletions poetry.lock

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

7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
numpy = [
{ version = ">=1.21.2,<1.23.3", python = "<=3.10" },
{ version = ">=1.23.3", python = ">3.10" },
{ version = ">=2.1.0", python = ">=3.13" },
]
numpy = ">=1.21.2"

scipy = [
{ version = "1.10.0", python = "<3.9" },
{ version = "^1.10.0", python = ">=3.9" },
Expand Down

0 comments on commit b6ffe6e

Please sign in to comment.