Skip to content

Commit

Permalink
fix(pyproject.toml): increase allowed version range for numpy (fixes #10
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Oli4 committed Feb 22, 2023
1 parent 20b7a4a commit c66f6f6
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 @@ -28,13 +28,13 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
numpy = ">=1.22.0"
pandas = "^1.5.3"
scikit-image = "^0.19.1"
imagecodecs = "^2021.11.20"
matplotlib = "^3.5.1"
nptyping = "^2.3.1"
construct-typing = "^0.5.5"
pandas = "^1.5.3"
numpy = "^1.24.2"
itk = {version = "^5.3.0", optional = true}

[tool.poetry.extras]
Expand Down

0 comments on commit c66f6f6

Please sign in to comment.