aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2024-04-22 23:44:07 +0200
committeromni <omni+alpine@hack.org>2024-04-23 08:45:18 +0000
commit5fae5096db4220085f3b62a3e986168b84c04187 (patch)
treea3c1d440c6c824e34c0a88b51b88578518877471
parent554a8812bc618b2eafd42cdbd93e35c4ec3c7886 (diff)
community/py3-chaospy: require py3-scipy<1.13HEADmaster
chaspy does not work well with scipy 1.13.0 also fix typo in maintainer/contributor ref: https://github.com/jonathf/chaospy/issues/418
-rw-r--r--community/py3-chaospy/APKBUILD4
1 files 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"