summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlllf2024-04-09 17:09:06 +1000
committerlllf2024-04-09 17:09:06 +1000
commit687678fa8dee57a9c9d06c8c8bbbb2a172ab9f20 (patch)
tree5d9c3c7516d8e812fb5bb765c180808bcedd1bdb
parent75a03abba3c0c325645474accf6454dab036fc99 (diff)
downloadaur-python-arviz.tar.gz
Adds missing dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e126d7d10475..e97727980f18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-arviz
pkgdesc = Exploratory analysis of Bayesian models with Python
pkgver = 0.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arviz-devs/arviz
arch = any
license = Apache License 2.0
@@ -14,6 +14,7 @@ pkgbase = python-arviz
depends = python-xarray-einstats
depends = python-matplotlib
depends = python-h5netcdf
+ depends = python-dm-tree
source = python-arviz-0.18.0.tar.gz::https://github.com/arviz-devs/arviz/archive/refs/tags/v0.18.0.tar.gz
sha256sums = e3fa842aeefef722ae4e1d5f853a0b7e1337ef1720d31d6ff85f3ff7bd6716c0
diff --git a/PKGBUILD b/PKGBUILD
index 783adedbd4d5..af896b5ba109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='python-arviz'
pkgver=0.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="Exploratory analysis of Bayesian models with Python"
url="https://github.com/arviz-devs/arviz"
arch=('any')
license=('Apache License 2.0')
-depends=('python>=3.10' 'python-numpy' 'python-scipy' 'python-xarray-einstats' 'python-matplotlib' 'python-h5netcdf')
+depends=('python>=3.10' 'python-numpy' 'python-scipy' 'python-xarray-einstats' 'python-matplotlib' 'python-h5netcdf' 'python-dm-tree')
makedepends=(python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::https://github.com/arviz-devs/arviz/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('e3fa842aeefef722ae4e1d5f853a0b7e1337ef1720d31d6ff85f3ff7bd6716c0')