Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scanpy upgrade #11371

Merged
merged 12 commits into from
Oct 16, 2018
4 changes: 2 additions & 2 deletions recipes/scanpy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "scanpy" %}
{% set version = "1.3.1" %}
{% set version = "1.3.2" %}

package:
name: {{ name|lower }}
Expand All @@ -9,7 +9,7 @@ build:
skip: True # [not py36]
source:
url: https://github.com/theislab/scanpy/archive/{{ version }}.tar.gz
sha256: ae29eb6e0998cb8eb613f72800a97265362c95bbe3cd4019d4127e006eef6453
sha256: 24266a2c7ef6673e8619ad132e91f55f3c15c005b4a7682395a1d36d1c7ff038

requirements:
host:
Expand Down