From 981fd97005366221a620e251f93286a35242a7ac Mon Sep 17 00:00:00 2001 From: "Iztok Fister Jr." Date: Thu, 25 Jan 2024 16:28:51 +0000 Subject: [PATCH] community/py3-scikit-plot: enable build on all architectures --- community/py3-scikit-plot/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/py3-scikit-plot/APKBUILD b/community/py3-scikit-plot/APKBUILD index 59c82bf374e..86c3ee19b0e 100644 --- a/community/py3-scikit-plot/APKBUILD +++ b/community/py3-scikit-plot/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Iztok Fister, Jr. pkgname=py3-scikit-plot pkgver=0.3.7 -pkgrel=2 +pkgrel=3 pkgdesc="An intuitive library to add plotting functionality to scikit-learn objects" url="https://github.com/reiinakano/scikit-plot" -arch="noarch !riscv64 !s390x" # py3-matplotlib #scikit-learn +arch="noarch" license="MIT" depends="python3 py3-joblib py3-matplotlib py3-scipy py3-scikit-learn" checkdepends="py3-pytest-xdist"