mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/py3-bayesian-optimization: upgrade to 1.5.0
This commit is contained in:
parent
3fb523098f
commit
3d18f00cff
@ -1,14 +1,14 @@
|
||||
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
|
||||
pkgname=py3-bayesian-optimization
|
||||
pkgver=1.4.3
|
||||
pkgrel=2
|
||||
pkgver=1.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="A Python implementation of global optimization with gaussian processes"
|
||||
url="https://github.com/fmfn/BayesianOptimization"
|
||||
arch="noarch !s390x" #py3-scikit-learn
|
||||
license="MIT"
|
||||
depends="python3 py3-colorama py3-numpy py3-scipy py3-scikit-learn"
|
||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||
makedepends="py3-gpep517 py3-poetry-core py3-wheel"
|
||||
checkdepends="py3-pytest-xdist"
|
||||
subpackages="$pkgname-pyc"
|
||||
source="https://github.com/fmfn/BayesianOptimization/archive/v$pkgver/bayesian-optimization-$pkgver.tar.gz"
|
||||
@ -23,7 +23,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
|
||||
.testenv/bin/python3 -m pytest -n auto --ignore=tests/test_notebooks_run.py
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -32,5 +32,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
9869a1b868a4d7b7105b9e5e09f79544b4ced6f17bc2bcf277d54f0a011bcd39ddaad31853e9f26db90e977ae4254299d5a5061fd683aeb8e4c27b063c2b80a8 bayesian-optimization-1.4.3.tar.gz
|
||||
0c2051792ff616c953e12ae1bb05de2460f85aff751fbdb0a6864a5ad5a903b676548af33bab9f724dc9533988afc67e63819e736d8a9352dbb4144d3ed41c73 bayesian-optimization-1.5.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user