Skip to content

Commit

Permalink
Merge pull request #52 from HiPCTProject/remove-pins
Browse files Browse the repository at this point in the history
Remove strict dependency pins
  • Loading branch information
dstansby authored Sep 5, 2024
2 parents ff62df8 + 791d010 commit 3597fcf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"dask==2024.6.2",
"joblib==1.4.2",
"loguru==0.7.2",
"numpy==1.26.4",
"scikit-image==0.24.0",
"zarr==2.18.2",
"dask>=2024.6.2",
"joblib>=1.4.2",
"loguru>=0.7.2",
"numpy>=1.26.4",
"scikit-image>=0.24.0",
"zarr>=2.18.2,<3",
]
description = "Convert stacks of images to chunked datasets"
dynamic = [
Expand Down

0 comments on commit 3597fcf

Please sign in to comment.