Skip to content

Commit

Permalink
simplify dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 29, 2021
1 parent 4ead1fe commit 5549d4a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions recipes/tensorflow-addons/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,15 @@ requirements:
- libprotobuf
# check tensorflow-range per addons-version, see
# https://github.com/tensorflow/addons#python-op-compatibility-matrix
# for tf<2.7, this needs tensorflow-base (not tensorflow), because
# the main package does not contain the headers
- tensorflow-base ={{ tf_version }}={{ cpu_or_cuda }}*
- tensorflow ={{ tf_version }}={{ cpu_or_cuda }}*
# needed for headers in tensorflow/core/framework
- libtensorflow_cc ={{ tf_version }}={{ cpu_or_cuda }}*
- libtensorflow ={{ tf_version }}={{ cpu_or_cuda }}* # [cuda_compiler_version != "None"]
- typeguard >=2.7
run:
- python
# due to lack of ABI, we need the same version at runtime
- tensorflow ={{ tf_version }}={{ cpu_or_cuda }}*
- libtensorflow_cc ={{ tf_version }}={{ cpu_or_cuda }}*
- libtensorflow ={{ tf_version }}={{ cpu_or_cuda }}* # [cuda_compiler_version != "None"]
- typeguard >=2.7
test:
requires:
Expand Down

0 comments on commit 5549d4a

Please sign in to comment.