You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc: Import openslide._version from path added to sys.path
Import _version directly out of the package directory, rather than
changing the path we add to sys.path. That way we can avoid loading
openslide/__init__.py, which will fail if OpenSlide is not installed
(as when building a downstream package).
0 commit comments