Skip to content

Commit

Permalink
re-add tensorflow-base as a compatibility output wrapping tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Dec 9, 2021
1 parent fb19048 commit efb32a8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,25 @@ outputs:
- toco_from_protos --help # [not win]
- toco --help # [not win]

# compatibility output wrapping core package, since tensorflow-base
# was used as an output before 2.7 (should we add a deprecation warning?)
- name: tensorflow-base
requirements:
host:
- python
- openssl
- {{ pin_subpackage('tensorflow', exact=True) }}
run:
- python
- {{ pin_subpackage('tensorflow', exact=True) }}
test:
requires:
- pip
imports:
- tensorflow
commands:
- pip check

- name: tensorflow-estimator
script: build_estimator.sh # [not win]
script: build_estimator.bat # [win]
Expand Down

0 comments on commit efb32a8

Please sign in to comment.