Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 029b6cf

Browse files
authored
Bugfix/Bfio unpin tifffile (#547)
unpin tifffile in setup.py bfio was fixed in 2.3.1
1 parent e5197d1 commit 029b6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run(self):
3636
],
3737
"nd2": ["nd2[legacy]>=0.6.0"],
3838
"dv": ["mrc>=0.2.0"],
39-
"bfio": ["bfio==2.3.0", "tifffile<2022.4.22"],
39+
"bfio": ["bfio>=2.3.1"],
4040
# "czi": [ # excluded for licensing reasons
4141
# "fsspec>=2022.8.0",
4242
# "aicspylibczi>=3.1.1",

0 commit comments

Comments
 (0)