Skip to content

Commit

Permalink
Update requirements to match scanpy 1.4.4.post1 (#18351)
Browse files Browse the repository at this point in the history
* Update requirements to match scanpy 1.4.4.post1

Match requirements from here: https://github.com/theislab/scanpy/blob/master/requirements.txt

* Fix format

* incremented build number

* fix tables -> pytables
  • Loading branch information
LustigePerson authored and dpryan79 committed Oct 29, 2019
1 parent 035255d commit 8cbb444
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions recipes/scanpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 0
number: 1
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

Expand All @@ -20,24 +20,24 @@ requirements:
- python >=3.6
- pip
run:
- anndata >=0.6.22rc1
- h5py !=2.10.0
- importlib_metadata >=0.7
- joblib
- matplotlib ==3.0.*
- natsort
- networkx
- numba >=0.41.0
- pandas >=0.21
- patsy
- pytables
- python >=3.6
- scikit-learn >=0.21.2
- scipy >=1.3
- seaborn
- scikit-learn
- statsmodels
- importlib-metadata
- numba
- python-igraph
- louvain
- 'anndata >=0.6.10'
- 'matplotlib >=2.2'
- 'pandas >=0.21'
- scipy
- h5py
- pytables
- networkx
- natsort
- statsmodels >=0.10.0rc2
- tqdm
- umap-learn
- umap-learn >=0.3.0

test:
imports:
Expand Down

0 comments on commit 8cbb444

Please sign in to comment.