summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2020-01-22 20:24:51 +0100
committerPhilipp A2020-01-22 20:24:51 +0100
commit7b7fc4d500fcb567c95d3f2d502708bf751dd89f (patch)
treebe84fe7012b30f6d7c7656ded2e1589e25726bf4 /PKGBUILD
parenteb0ce49ce337226fe5ec8c07ca6616b32a124af4 (diff)
downloadaur-7b7fc4d500fcb567c95d3f2d502708bf751dd89f.tar.gz
v1.4.5.post2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a733194d3f9e..70be0be293a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=scanpy
-pkgver=1.4.4
+pkgver=1.4.5.post2
pkgrel=1
pkgdesc='Single-Cell Analysis in Python'
arch=(any)
@@ -26,6 +26,9 @@ depends=(
python-joblib
'python-numba>=0.41.0'
'python-umap-learn>=0.3.0'
+ python-legacy-api-wrap
+ python-setuptools_scm
+ python-packaging
)
optdepends=(
'python-bbknn: Batch balanced KNN (batch correction)'
@@ -36,7 +39,7 @@ optdepends=(
makedepends=(install-wheel-scripts)
_wheel="$pkgname-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${pkgname::1}/$pkgname/$_wheel")
-sha256sums=('f07e743ace7fa2404b4305f377338058af916f5e02d21405529f44c369c1d4fe')
+sha256sums=('38202e60434a7be45166d6011305b9ef68196f4d9ac98d278fac24654b5d9e90')
noextract=("$_wheel")
package() {