Skip to content
Snippets Groups Projects
Commit b6262006 authored by Iztok Fister Jr.'s avatar Iztok Fister Jr. Committed by Celeste
Browse files

community/py3-niaarm: upgrade to 0.3.10

parent 5d8eeb38
No related branches found
No related tags found
1 merge request!68923community/py3-niaarm: upgrade to 0.3.10
Pipeline #246618 skipped
......@@ -2,13 +2,13 @@
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-niaarm
_pkgorig=niaarm
pkgver=0.3.9
pkgver=0.3.10
pkgrel=0
pkgdesc="A minimalistic framework for numerical association rule mining"
url="https://github.com/firefly-cpp/NiaARM"
arch="noarch"
license="MIT"
depends="python3 py3-numpy py3-pandas py3-niapy py3-nltk"
depends="python3 py3-numpy py3-pandas py3-niapy py3-nltk py3-scikit-learn"
checkdepends="py3-pytest-xdist"
makedepends="py3-gpep517 py3-poetry-core"
subpackages="$pkgname-doc $pkgname-pyc"
......@@ -24,7 +24,7 @@ build() {
check() {
python3 -m venv --clear --without-pip --system-site-packages .testenv
.testenv/bin/python3 -m installer .dist/*.whl
.testenv/bin/python3 -m pytest -n auto -k 'not text_mining'
.testenv/bin/python3 -m pytest -n auto -k 'not text_mining' --ignore=tests/test_visualization.py
}
package() {
......@@ -39,5 +39,5 @@ package() {
}
sha512sums="
0989ee327052e7a0b1831ccc91cb3614404b0a3bc6da5e716fa08ab3907cdba86aa454cc5733eb387a1f73639683a84490d0a92acf98e8a9f4611544e1a914f1 niaarm-0.3.9.tar.gz
b5243a1413c6d1589773a1442c9e15bba5534b6ddcb9136bcf9abf3f55e7bd5e93e702082c5a4c1979bda38e21a7932c7129a2d3819b5aaffadc02104d078a28 niaarm-0.3.10.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment