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

Update scanpy to 1.3.5 #12571

Merged
merged 1 commit into from
Dec 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4" %}
{% set version = "1.3.5" %}

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: 8a4afd47e6b21a0d414f54243505bb8a5e8b7e9635bd138bdab6ed1c174e18c2
sha256: 4c70a99fa94203553f187e759beeb48f207b4774b7e900f63b6a27f7767d1103

requirements:
host:
Expand Down