Skip to content

Commit

Permalink
update medaka to v0.6.4 (#14441)
Browse files Browse the repository at this point in the history
* update medaka to v0.6.4
  • Loading branch information
mwykes authored and cjw85 committed Apr 15, 2019
1 parent 665bf21 commit 83df46c
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.6.2" %}
{% set version = "0.6.4" %}

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

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

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

0 comments on commit 83df46c

Please sign in to comment.