Skip to content

Commit

Permalink
Update minimum versions in dependencies (dask#374)
Browse files Browse the repository at this point in the history
* Update minimum versions in `dependencies`

* Drop space

* Drop unneeded dependencies

* `scikit-image` is a test-only dependency
* `slicerator` is already pulled in by `pims`

So drop both of these as they shouldn't be needed at runtime.
  • Loading branch information
jakirkham committed May 21, 2024
1 parent d3c944f commit 8393093
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ classifiers = [
]
dependencies = [
"dask[array,dataframe] >=2024.4.1",
"numpy >=1.11.3",
"scikit-image >=0.19.3",
"scipy >=0.19.1",
"numpy >=1.18",
"scipy >=1.7.0",
"pandas >=2.0.0",
"pims >=0.4.1",
"slicerator >= 1.1.0",
"tifffile >=2018.10.18",
]

Expand Down

0 comments on commit 8393093

Please sign in to comment.