We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fb25c commit 8b6df35Copy full SHA for 8b6df35
pyproject.toml
@@ -12,14 +12,13 @@ classifiers = [
12
"Intended Audience :: Science/Research",
13
"Topic :: Scientific/Engineering :: Image Recognition",
14
"License :: OSI Approved :: Apache Software License",
15
- "Programming Language :: Python :: 3.9",
16
"Programming Language :: Python :: 3.10",
17
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
18
]
19
license = {file = "LICENSE"}
20
-requires-python = ">=3.9"
+requires-python = ">=3.10"
21
dependencies = [
22
- 'importlib_resources; python_version < "3.9"',
23
"nibabel >= 5.0.0",
24
"nipype >= 1.8.5",
25
"nireports >= 23.2.0",
0 commit comments