summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2024-02-15 09:46:14 +0530
committertxtsd2024-02-15 09:46:14 +0530
commit0a430080d44f1eee262ef0a115fed7fa43795437 (patch)
treececac188638524064cc184a20833fa80d36eeece /PKGBUILD
parentf6215d61ef80e6dace25f9a2a6f0d320f5cb1f9d (diff)
downloadaur-0a430080d44f1eee262ef0a115fed7fa43795437.tar.gz
upgpkg: python-baycomp 1.0.3-2
Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3ec404df9f7..07617f374597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=python-baycomp
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='Library for Bayesian comparison of classifiers'
-url='https://github.com/janezd/baycomp'
+url='https://pypi.org/project/baycomp'
arch=('any')
license=('MIT')
makedepends=('python-setuptools')
-depends=('python-scipy' 'python-matplotlib' 'python-numpy')
-optdepends=('python-pystan')
-source=("https://pypi.io/packages/source/b/baycomp/baycomp-${pkgver}.tar.gz")
+depends=('python-scipy>=0.19.1' 'python-matplotlib>=2.1.2' 'python-numpy>=1.13.1')
+optdepends=('python-pystan>=3.4.0')
+source=("https://pypi.org/packages/source/b/baycomp/baycomp-${pkgver}.tar.gz")
sha256sums=('32b25ad7b16d5b251ddb9f6110a32d7b3953b987096da1d25ef277935d25daec')
prepare() {