Skip to content

Commit

Permalink
Update SciPy version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Nov 21, 2024
1 parent 39495a4 commit e9557d5
Show file tree
Hide file tree
Showing 2 changed files with 6 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.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ pytest-mock = "^3.14.0"
opencv-python = "^4.10.0.84"
scikit-image = [
{ version = ">=0.20.0,<0.22.0", python = ">=3.8,<3.9" }, # Pillow dropped support for 3.8 in 8.0
{ version = ">=0.22.0", python = ">=3.9" },
{ version = ">=0.22.0,<1.0.0", python = ">=3.9" },
]
scipy = [
{ version = ">=1.10.0,<1.11.0", python = ">=3.8,<3.9" }, # Pillow dropped support for 3.8 in 8.0
{ version = ">=1.11.0,<2.0.0", python = ">=3.9" },
]

[tool.poetry.group.style]
Expand Down

0 comments on commit e9557d5

Please sign in to comment.