summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2018-11-13 09:44:50 +0100
committerPhilipp A2018-11-13 09:44:50 +0100
commit201aee86b343323b9c4719dfe6d90adc36aa3352 (patch)
tree6d23e15e6c6377c7c8e6b9f70a0387d992f2ab16 /PKGBUILD
parentc301437371d64a341611756b734239b5397d9ef8 (diff)
downloadaur-201aee86b343323b9c4719dfe6d90adc36aa3352.tar.gz
v1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a2c7ae4a13f..e188c3863bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Schaf <flying-sheep@web.de>
pkgname=scanpy
-pkgver=1.2.2
+pkgver=1.3.3
pkgrel=1
pkgdesc='Single-Cell Analysis in Python'
arch=(any)
@@ -9,7 +9,7 @@ provides=(scanpy python-scanpy)
url='https://github.com/theislab/scanpy'
license=(BSD)
depends=(
- 'python-anndata>=0.6.2'
+ 'python-anndata>=0.6.13'
'python-matplotlib>=2.2'
'python-pandas>=0.21'
python-scipy
@@ -21,15 +21,16 @@ depends=(
python-networkx
python-natsort
python-joblib
- python-numba
+ 'python-numba>=0.40.0'
)
+
optdepends=(
'python-multicoretsne: Fast t-SNE'
'python-louvain-igraph: Louvain clustering'
)
_wheel="$pkgname-$pkgver-py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py3/${pkgname::1}/$pkgname/$_wheel")
-sha256sums=('0bf7f01f5a81cb2e900cc1a6854c19740b1a8de4c28781f5940cf3c0b86295c0')
+sha256sums=('35db9437d042441f75252a8e8dfaca4e6577fb7d6ace264ab9c57ccb5ce3e3bc')
noextract=("$_wheel")
package() {