Skip to content

Commit

Permalink
loosened skimage constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed May 16, 2024
1 parent 064e157 commit 809a367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ pandas = "^1.3.1"
typing-extensions = "^4.1.0"
pydantic = "^1.10.2"
scikit-image = [
{ version = "^0.19.3", python = "<3.11" },
{ version = "^0.20.0", python = ">=3.11" }
{ version = ">=0.19.3,<1.0.0", python = "<3.11" },
{ version = ">=0.20.0,<1.0.0", python = ">=3.11" }
]
pooch = "^1.6.0"
scikit-learn = "^1.3.1"
Expand Down

0 comments on commit 809a367

Please sign in to comment.