mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-10 12:35:06 +08:00
Add tifffile to a new external package.
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
try:
|
||||
from tifffile import *
|
||||
except ImportError:
|
||||
from ._tifffile import *
|
||||
+4839
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user