Skip to content

Commit c137279

Browse files
committed
REL: Set maximum tifffile version, as 2025.2.18 removed imsave
1 parent af9de39 commit c137279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ scikit-learn>=0.17.0,<1.2
88
scipy>=0.19.0
99
shapely>=1.5.17,<2.0
1010
six>=1.11.0
11-
tifffile>=0.10.0; python_version>='3.6'
11+
tifffile>=0.10.0,<=2025.1.10; python_version>='3.6'
1212
tifffile>=0.10.0,<=2019.7.26; python_version<'3.6'
1313
tqdm>=4.59.0

0 commit comments

Comments
 (0)