-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py-scikit-image: update to 0.25.0, add py313 subport
* Update to 0.25.0 for Python >= 3.10 * Pin to 0.24.0 for Python 3.9 * Add py313 subport
- Loading branch information
Showing
3 changed files
with
46 additions
and
27 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
16 changes: 16 additions & 0 deletions
16
python/py-scikit-image/files/patch-pyproject.toml-0.24.0.diff
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- pyproject.toml | ||
+++ pyproject.toml | ||
@@ -120,13 +120,10 @@ | ||
build-backend = 'mesonpy' | ||
requires = [ | ||
'meson-python>=0.15', | ||
- 'wheel', | ||
- 'setuptools>=67', | ||
'packaging>=21', | ||
'Cython>=3.0.4', | ||
'pythran', | ||
'lazy_loader>=0.3', | ||
- 'numpy>=2.0.0rc1', | ||
] | ||
|
||
[tool.spin] |
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 |
---|---|---|
@@ -1,22 +1,14 @@ | ||
--- pyproject.toml.orig 2023-10-04 07:14:28 | ||
+++ pyproject.toml 2023-12-27 14:16:12 | ||
@@ -118,18 +118,11 @@ | ||
--- pyproject.toml | ||
+++ pyproject.toml | ||
@@ -118,11 +118,9 @@ | ||
build-backend = 'mesonpy' | ||
requires = [ | ||
'meson-python>=0.14', | ||
- 'wheel', | ||
- 'setuptools>=67', | ||
'packaging>=21', | ||
'Cython>=0.29.32', | ||
'pythran', | ||
'lazy_loader>=0.3', | ||
- "numpy==1.22.4; python_version=='3.9' and platform_python_implementation != 'PyPy'", | ||
- "numpy==1.22.4; python_version=='3.10' and platform_system=='Windows' and platform_python_implementation != 'PyPy'", | ||
- "numpy==1.22.4; python_version=='3.10' and platform_system != 'Windows' and platform_python_implementation != 'PyPy'", | ||
- "numpy==1.23.3; python_version=='3.11' and platform_python_implementation != 'PyPy'", | ||
- "numpy; python_version>='3.12'", | ||
- "numpy; python_version>='3.9' and platform_python_implementation=='PyPy'", | ||
+ "numpy", | ||
'meson-python>=0.16', | ||
- 'setuptools>=68', | ||
'Cython>=3.0.8', | ||
'pythran>=0.16', | ||
'lazy_loader>=0.4', | ||
- 'numpy>=2.0', | ||
] | ||
|
||
[tool.spin] |