summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47cb8eab43db..f583eea3ffcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = python-scikit-optimize
depends = python-joblib>=0.11
depends = python-scikit-learn>=0.20
depends = python-matplotlib>=2.0.0
+ depends = python-pyaml>=16.9
source = https://github.com/scikit-optimize/scikit-optimize/archive/v0.9.0.tar.gz
sha256sums = b5602b22c7aacabe3afd36619f662d1f287f2e3fe9a5aa19bbc83f851b30b7bf
diff --git a/PKGBUILD b/PKGBUILD
index f624d604f846..676790ade16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=(
'python-joblib>=0.11'
'python-scikit-learn>=0.20'
'python-matplotlib>=2.0.0'
+ 'python-pyaml>=16.9'
)
makedepends=('python-setuptools')
source=("https://github.com/scikit-optimize/scikit-optimize/archive/v${pkgver}.tar.gz")