From 533616f71041ab2958caed50e4640685a486885d Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Wed, 24 Apr 2024 16:31:33 +0200 Subject: community/py3-scikit-plot: add temporary version constraint 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 --- community/py3-scikit-plot/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3