python3-scikit-image: update to 0.23.1.

This commit is contained in:
Andrew J. Hesford 2024-04-11 15:36:55 -04:00
parent d138b31d39
commit e9506033ca
2 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,14 @@
Like SciPy and matplotlib, this project abuses build requirements to specify
desired versions for building wheels.
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -125,7 +125,7 @@
'Cython>=3.0.4',
'pythran',
'lazy_loader>=0.3',
- 'numpy>=2.0.0rc1',
+ 'numpy',
]
[tool.spin]

View File

@ -1,6 +1,6 @@
# Template file for 'python3-scikit-image'
pkgname=python3-scikit-image
version=0.22.0
version=0.23.1
revision=1
build_style=python3-pep517
build_helper="meson numpy"
@ -16,7 +16,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause, MIT"
homepage="https://scikit-image.org/"
distfiles="https://github.com/scikit-image/scikit-image/archive/v${version}.tar.gz"
checksum=2875c81ffb224f9f25a1274734b502fb993cc729a2c790009d38035e52e6a123
checksum=b37564b1a341f77e9483a24b89dbdc31fc8d76e8ee4f8c8864eefc2c3875d63a
# Tests require data files and unpackaged dependencies
make_check=no