diff --git a/.gitignore b/.gitignore index 179afe5..bb38536 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ /build_artifacts *.pyc + +# Rattler-build's artifacts are in `output` when not specifying anything. +/output diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8c409dd..dd4d59a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "tf-keras" %} -{% set version = "2.17.0" %} +{% set version = "2.18.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: - url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/tf_keras-{{ version }}.tar.gz - sha256: fda97c18da30da0f72a5a7e80f3eee343b09f4c206dad6c57c944fb2cd18560e + sha256: ebf744519b322afead33086a2aba872245473294affd40973694f3eb7c7ad77d - fn: LICENSE url: https://raw.githubusercontent.com/keras-team/tf-keras/master/LICENSE sha256: 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd @@ -15,7 +15,7 @@ source: build: noarch: python script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation - number: 1 + number: 0 requirements: host: