Skip to content

Commit

Permalink
fix(pyproject.toml): add imageio as dependency and umpgrade imagecode…
Browse files Browse the repository at this point in the history
…cs to latest version
  • Loading branch information
Oli4 committed Feb 22, 2023
1 parent 9f90022 commit bef44a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ python = ">=3.8,<3.11"
numpy = ">=1.22.0"
pandas = "^1.5.3"
scikit-image = "^0.19.1"
imagecodecs = "^2021.11.20"
imagecodecs = "^2023.1.23"
matplotlib = "^3.5.1"
nptyping = "^2.3.1"
construct-typing = "^0.5.5"
itk = {version = "^5.3.0", optional = true}
imageio = "^2.25.1"

[tool.poetry.extras]
itk = ["itk"]
Expand Down

0 comments on commit bef44a0

Please sign in to comment.