aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptrcnull <git@ptrcnull.me>2024-04-24 16:31:33 +0200
committerptrcnull <git@ptrcnull.me>2024-04-24 16:32:59 +0200
commit533616f71041ab2958caed50e4640685a486885d (patch)
treefacbc980bfbb1b4ca9bc889692d74adf539e1253
parent8bd5495f9e453f1f747d6c307b57220511bd22b5 (diff)
community/py3-scikit-plot: add temporary version constraintHEADmaster
scipy got updated to 1.13, then downgraded some builders still prefer the latest available version though, so we've gotta make sure they pick the older one
-rw-r--r--community/py3-scikit-plot/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-scikit-plot/APKBUILD b/community/py3-scikit-plot/APKBUILD
index a430eb811e3..feac3bf6a2b 100644
--- a/community/py3-scikit-plot/APKBUILD
+++ b/community/py3-scikit-plot/APKBUILD
@@ -7,7 +7,7 @@ pkgdesc="An intuitive library to add plotting functionality to scikit-learn obje
url="https://github.com/reiinakano/scikit-plot"
arch="noarch"
license="MIT"
-depends="python3 py3-joblib py3-matplotlib py3-scipy py3-scikit-learn"
+depends="python3 py3-joblib py3-matplotlib py3-scipy<1.13 py3-scikit-learn"
checkdepends="py3-pytest-xdist"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
subpackages="$pkgname-pyc"