From 5fae5096db4220085f3b62a3e986168b84c04187 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 22 Apr 2024 23:44:07 +0200 Subject: community/py3-chaospy: require py3-scipy<1.13 chaspy does not work well with scipy 1.13.0 also fix typo in maintainer/contributor ref: https://github.com/jonathf/chaospy/issues/418 --- community/py3-chaospy/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-chaospy/APKBUILD b/community/py3-chaospy/APKBUILD index 6643753138f..0482b1ef1aa 100644 --- a/community/py3-chaospy/APKBUILD +++ b/community/py3-chaospy/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-chaospy _pkgorig=chaospy pkgver=4.3.13 -pkgrel=2 +pkgrel=3 pkgdesc="Numerical tool for performing uncertainty quantification" url="https://github.com/jonathf/chaospy" arch="noarch !x86 !armhf !armv7 !s390x !ppc64le" # assertion errors and py3-numpoly @@ -13,7 +13,7 @@ depends=" py3-matplotlib py3-numpoly py3-numpy - py3-scipy + py3-scipy<1.13 py3-scikit-learn " checkdepends="py3-pytest" -- cgit v1.2.3