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

updated scvi to v0.1.6 #10346

Merged
merged 9 commits into from
Aug 9, 2018
4 changes: 2 additions & 2 deletions recipes/scvi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "scvi" %}
{% set version = "0.1.5" %}
{% set version = "0.1.6" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "ac70a77a1e4d623b0f1f8c65f966897adf41b3154bfe05c25de55ef6a5f68676" %}
{% set hash_value = "f5b65a9ac0b7ed7b3ff936e1ca84065a54e00c62c3811cbfdc877a1e9a406df3" %}

package:
name: '{{ name|lower }}'
Expand Down