Skip to content

Commit

Permalink
tensorflow-hub v0.14.0 (#17)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 13, 2023
2 parents f11860d + 74009c6 commit ad1b968
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.13.0" %}
{% set version = "0.14.0" %}

package:
name: tensorflow-hub
version: {{ version }}

source:
url: https://github.com/tensorflow/hub/archive/v{{ version }}.tar.gz
sha256: 738cae4dd8f6fd3c40931e6f70d92280d40ec42917ea790909f444d8d302f437
sha256: 2e8146f04e343495628387835e96427cf2d96510697f53459c73563e8439eb37

build:
number: 0
Expand All @@ -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:
Expand Down

0 comments on commit ad1b968

Please sign in to comment.