Skip to content

Commit

Permalink
Update medaka to v0.7.1 (bioconda#15473)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 authored and kpalin committed Aug 7, 2019
1 parent c0675c0 commit 89a8218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/medaka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "medaka" %}
{% set version = "0.7.0" %}
{% set version = "0.7.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 840431c917eecf288de086336fa2a725d5c881b8838bf036f666d622fbb36a08
sha256: ec3991d0a97bcc66646764205489ca5b56198a78d988362456eef82a1f8b0768

build:
# keras is 2.7 or 3.6 only. We need py3: 3.6 is the only possibility
Expand Down

0 comments on commit 89a8218

Please sign in to comment.