-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT: Update support matrix for Python and numpy
- Loading branch information
Showing
4 changed files
with
35 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ authors = [{ name = "NiBabel developers", email = "[email protected]" }] | |
maintainers = [{ name = "Christopher Markiewicz" }] | ||
readme = "README.rst" | ||
license = { text = "MIT License" } | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
dependencies = [ | ||
"numpy >=1.20", | ||
"numpy >=1.22", | ||
"packaging >=17", | ||
"importlib_resources >=5.12; python_version < '3.12'", | ||
"typing_extensions >=4.6; python_version < '3.13'", | ||
|
@@ -23,11 +23,11 @@ classifiers = [ | |
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3.8", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
"Topic :: Scientific/Engineering", | ||
] | ||
# Version from setuptools_scm | ||
|
@@ -53,7 +53,7 @@ parrec2nii = "nibabel.cmdline.parrec2nii:main" | |
[project.optional-dependencies] | ||
all = ["nibabel[dicomfs,minc2,spm,zstd]"] | ||
# Features | ||
dicom = ["pydicom >=1.0.0"] | ||
dicom = ["pydicom >=2.3"] | ||
dicomfs = ["nibabel[dicom]", "pillow"] | ||
minc2 = ["h5py"] | ||
spm = ["scipy"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters