Skip to content

Commit

Permalink
Add version override for scikit-image with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Argmaster committed Nov 21, 2024
1 parent 0cb0ed3 commit f08a233
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
50 changes: 49 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ 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,<1.0.0", python = ">=3.9" },
{ version = ">=0.25.0rc1,<1.0.0", python = ">=3.13,<4.0" },
]
scipy = [
{ version = ">=1.10.0,<1.11.0", python = ">=3.8,<3.9" }, # Pillow dropped support for 3.8 in 8.0
Expand Down

0 comments on commit f08a233

Please sign in to comment.