Skip to content

Commit 51bac98

Browse files
committed
fix: pin scikit-image<0.26, requires Python>=3.11
1 parent 51e3793 commit 51bac98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ packaging>=23.1
1818
pandas>=2.0.0
1919
pillow>=9.4.0
2020
pyyaml>=6.0
21-
scikit-image>=0.26.0
21+
scikit-image>=0.25.0,<0.26
2222
scikit-learn>=1.8.0
2323

2424

0 commit comments

Comments
 (0)