summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2020-12-02 12:53:11 +0100
committerPhilipp A2020-12-02 12:53:11 +0100
commit0bd5e3df022f4367672a801571465b3f4e01e801 (patch)
tree5ba84e29d327f07e4cc9b379a1f2c2e4eef999f3 /PKGBUILD
parenteb639f4f82aea558e3507029db39a69211c69bff (diff)
downloadaur-0bd5e3df022f4367672a801571465b3f4e01e801.tar.gz
updated deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f7f16abb91b..051d42045968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
pkgname=scanpy
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Single-Cell Analysis in Python'
arch=(any)
provides=(scanpy python-scanpy)
url='https://github.com/theislab/scanpy'
license=(BSD)
depends=(
- 'python-anndata>=0.6.22'
- 'python-matplotlib>=3.0'
+ 'python-anndata>=0.7'
+ 'python-numpy>=1.17.0'
+ 'python-matplotlib>=3.1.2'
'python-pandas>=0.21'
'python-scipy>=1.4'
python-seaborn
python-h5py
python-pytables
python-tqdm
- python-importlib-metadata
'python-scikit-learn>=0.21.2'
'python-statsmodels>=0.10.0'
python-patsy