community/py3-scikit-plot: enable build on all architectures

This commit is contained in:
Iztok Fister Jr. 2024-01-25 16:28:51 +00:00 committed by omni
parent c0e5f894a0
commit 981fd97005

View File

@ -2,10 +2,10 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
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"