We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adedf7b + 7caef99 commit 0bd95cdCopy full SHA for 0bd95cd
nibabel/testing/__init__.py
@@ -27,8 +27,8 @@
27
from .np_features import memmap_after_ufunc
28
29
try:
30
- from importlib.abc import Traversable
31
from importlib.resources import as_file, files
+ from importlib.resources.abc import Traversable
32
except ImportError: # PY38
33
from importlib_resources import as_file, files
34
from importlib_resources.abc import Traversable
pyproject.toml
@@ -13,7 +13,7 @@ requires-python = ">=3.8"
13
dependencies = [
14
"numpy >=1.20",
15
"packaging >=17",
16
- "importlib_resources >=1.3; python_version < '3.9'",
+ "importlib_resources >=5.12; python_version < '3.12'",
17
]
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
0 commit comments