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 medaka to v0.6.4 #14441

Merged
merged 2 commits into from
Apr 15, 2019
Merged
Changes from 1 commit
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/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: 86580e1debccbb67f3c5d2b3b7f9bf884b0eb5d33b5b92d31293cd6bde242592

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