Skip to content

Commit

Permalink
[ci skip] Merge PR 24117
Browse files Browse the repository at this point in the history
Merge PR bioconda#24117, commits were: 
 * Fix imports, update requirements

Change the module names so that we can
use the newest sphinx version.
Add ipywidgets and bump numba version.
 * Merge remote-tracking branch 'upstream/master' into master
 * Update meta.yaml
 * Merge branch 'master' of
 * Update meta.yaml
 * Merge branch 'master' of
 * Update meta.yaml
 * Merge branch 'master' of
 * Update meta.yaml
  • Loading branch information
michalk8 authored and luispedro committed Sep 7, 2020
1 parent 125aa4a commit 5b1abec
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions recipes/cellrank/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "cellrank" %}
{% set version = "1.0.0rc4" %}
{% set version = "1.0.0rc6" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 03ed0dd33accc25baddeba91e3c966bf9a54bf9e27af301d765d1dc89bd2833f
sha256: 88f6536be244f12d3463189e2c8c81ceac9ebb58c2e173f412d2e19729636b78

build:
noarch: python
Expand All @@ -24,10 +24,11 @@ requirements:
- anndata >=0.7.2
- docrep >=0.2.7
- future_fstrings
- ipywidgets >=7.5.1
- joblib >=0.13.1
- matplotlib-base >=3.3.0
- networkx >=2.2
- numba >=0.50.1
- numba >=0.51.0
- numpy >=1.19.1
- pandas >=0.23.4
- pygam >=0.8.0
Expand Down Expand Up @@ -73,12 +74,12 @@ test:
- cellrank
- cellrank._vendor.msmtools.analysis.dense
- cellrank.datasets
- cellrank.plotting
- cellrank.tools
- cellrank.tools.estimators
- cellrank.tools.kernels
- cellrank.utils
- cellrank.utils.models
- cellrank.pl
- cellrank.tl
- cellrank.tl.estimators
- cellrank.tl.kernels
- cellrank.ul
- cellrank.ul.models

about:
home: "https://github.com/theislab/cellrank"
Expand Down

0 comments on commit 5b1abec

Please sign in to comment.