summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2022-09-25 19:58:57 -0400
committerAndrew Sun2022-09-25 19:58:57 -0400
commit766da7e973fa7ea2f4cab8cf852c9c6d0eabb499 (patch)
tree09d7008b2d05664f91a0a1c4a8ce94ac0950b033 /PKGBUILD
parentef3eac42a26dcfdfc1ebb37a0d1d2ff2d1960d84 (diff)
downloadaur-766da7e973fa7ea2f4cab8cf852c9c6d0eabb499.tar.gz
0.27.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b8c41974ec1..c578a573cc01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=lifelines
pkgname=python-lifelines
-pkgver=0.27.2
+pkgver=0.27.3
pkgrel=1
pkgdesc="Survival analysis in Python"
url="https://github.com/CamDavidsonPilon/lifelines"
arch=('any')
license=('MIT')
-depends=('python-autograd-gamma' 'python-matplotlib' 'python-pandas' 'python-formulaic')
+depends=('ipython' 'python-autograd-gamma' 'python-matplotlib' 'python-pandas' 'python-scikit-learn' 'python-formulaic')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${_pkgname}-${pkgver}.tar.gz"::"https://github.com/CamDavidsonPilon/lifelines/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('25c132dffe2700ef71834a88522d5c0bec399b769a59a1a4c8c46fde147ab31d')
+sha256sums=('35f7c1431823293ba7421c6379c792da2071e2a4a8dc85c26ef7fc3695b294ed')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"