Skip to content

Commit 8393093

Browse files
authoredMay 21, 2024··
Update minimum versions in dependencies (#374)
* 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.
1 parent d3c944f commit 8393093

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"dask[array,dataframe] >=2024.4.1",
28-
"numpy >=1.11.3",
29-
"scikit-image >=0.19.3",
30-
"scipy >=0.19.1",
28+
"numpy >=1.18",
29+
"scipy >=1.7.0",
3130
"pandas >=2.0.0",
3231
"pims >=0.4.1",
33-
"slicerator >= 1.1.0",
3432
"tifffile >=2018.10.18",
3533
]
3634

0 commit comments

Comments
 (0)
Please sign in to comment.