summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2023-12-05 22:28:03 +0000
committerWill Handley2023-12-05 22:28:03 +0000
commit52d1e2106effb8322ea1407aaf20d8c458d3dc42 (patch)
treea522d281320d8d31e52990c28dee977041ad6e3a
parent87700eebd1f543d7378ad7a27b6da4e2498fb56b (diff)
downloadaur-52d1e2106effb8322ea1407aaf20d8c458d3dc42.tar.gz
Updated dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f66c3387890..fdc487e9216e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-sbi
_name=${pkgname#python-}
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="sbi: simulation-based inference"
arch=(any)
url="https://github.com/sbi-dev/sbi"
license=(MIT)
groups=()
-depends=(python-numpy python-matplotlib python-scipy python-pandas)
+depends=(python-matplotlib python-arviz python-joblib python-numpy python-pillow python-pyknos python-pyro-ppl python-scikit-learn python-scipy tensorboard python-pytorch python-tqdm)
makedepends=(python-build python-installer)
provides=(lsbi)
conflicts=()