From f82d5eaec689d486a17feb7ba2671ab1e7833870 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:39:46 +0000 Subject: [PATCH 1/3] updated v0.14.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ad0ef60..bf5d076 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.13.0" %} +{% set version = "0.14.0" %} package: name: tensorflow-hub @@ -6,7 +6,7 @@ package: source: url: https://github.com/tensorflow/hub/archive/v{{ version }}.tar.gz - sha256: 738cae4dd8f6fd3c40931e6f70d92280d40ec42917ea790909f444d8d302f437 + sha256: 2e8146f04e343495628387835e96427cf2d96510697f53459c73563e8439eb37 build: number: 0 From ab68875bb1e10eec65b0661c77761b0d8b6308a5 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 13 Jul 2023 15:39:55 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and conda-forge-pinning 2023.07.13.11.37.28 --- .ci_support/linux_64_.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index cd6c652..d3f3f33 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,7 @@ c_compiler: - gcc c_compiler_version: -- '11' +- '12' cdt_name: - cos6 channel_sources: @@ -11,7 +11,7 @@ channel_targets: cxx_compiler: - gxx cxx_compiler_version: -- '11' +- '12' docker_image: - quay.io/condaforge/linux-anvil-cos7-x86_64 zip_keys: From 74009c60a50156b4ec230211960dcffd824fcfb4 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Thu, 13 Jul 2023 13:22:29 -0300 Subject: [PATCH 3/3] updated with grayskull --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index bf5d076..c5b5025 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -32,7 +32,7 @@ requirements: - __linux - python >=3.6 - numpy >=1.12.0 - - protobuf >=3.8.0 + - protobuf >=3.19.6 - tensorflow >=1.14.0 test: