Skip to content

Commit

Permalink
update medaka to v0.7.0 (#15398)
Browse files Browse the repository at this point in the history
* update medaka to v.0.7.0
  • Loading branch information
mwykes authored and cjw85 committed May 15, 2019
1 parent 315bf30 commit dd128e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/medaka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{% set name = "medaka" %}
{% set version = "0.6.5" %}

{% set version = "0.7.0" %}

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

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

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

0 comments on commit dd128e1

Please sign in to comment.