Skip to content

Commit

Permalink
Merge pull request #12 from adrianchia/1.1.2
Browse files Browse the repository at this point in the history
Update to 1.1.2
  • Loading branch information
h-vetinari authored Jan 15, 2021
2 parents 6044d87 + 41662cb commit ab4a57f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "Keras-Preprocessing" %}
{% set version = "1.1.0" %}
{% set sha256 = "26f26354370f4a08a029137630d72870e99e924cd8f6e04c2f6fc0bd86708275" %}
{% set version = "1.1.2" %}
{% set sha256 = "add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3" %}

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

source:
url: https://github.com/keras-team/{{ name }}/archive/{{ version }}.tar.gz
url: https://pypi.io/packages/source/K/Keras-Preprocessing/Keras_Preprocessing-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
Expand Down

0 comments on commit ab4a57f

Please sign in to comment.