mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
python3-scipy: update to 1.16.0.
This commit is contained in:
parent
cd16f00baf
commit
88e7756026
2 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ diff -ru a/scipy/special/tests/test_hyp2f1.py b/scipy/special/tests/test_hyp2f1.
|
|||
c=8.5,
|
||||
z=(0.7368421052631575+0.5263157894736841j),
|
||||
expected=(6.468457061368628+24.190040684917374j),
|
||||
- rtol=5e-16,
|
||||
+ rtol=5e-14,
|
||||
- rtol=6e-16,
|
||||
+ rtol=6e-14,
|
||||
),
|
||||
),
|
||||
pytest.param(
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-scipy'
|
||||
pkgname=python3-scipy
|
||||
version=1.15.3
|
||||
version=1.16.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
build_helper="meson numpy"
|
||||
|
@ -21,7 +21,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://scipy.org/"
|
||||
changelog="https://github.com/scipy/scipy/releases"
|
||||
distfiles="${PYPI_SITE}/s/scipy/scipy-${version}.tar.gz"
|
||||
checksum=eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf
|
||||
checksum=b5ef54021e832869c8cfb03bc3bf20366cbcd426e02a58e8a58d7584dfbb8f62
|
||||
# must be tested from site dir of installed version (see dev.py:739)
|
||||
make_check_pre='eval env -C "${testdir}/${py3_sitelib}"'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue