Skip to content

Commit

Permalink
add libtensorflow for cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 11, 2021
1 parent 29ebfba commit f7ef0e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/tensorflow-addons/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ requirements:
- libprotobuf
# check tensorflow-range per addons-version, see
# https://github.com/tensorflow/addons#python-op-compatibility-matrix
- libtensorflow_cc 2.6.*
- tensorflow 2.6.*
# needed for headers in tensorflow/core/framework
- libtensorflow_cc 2.6.*
- tensorflow =*=cpu* # [cuda_compiler_version == "None"]
- tensorflow =*=cuda* # [cuda_compiler_version != "None"]
# additional headers in tensorflow/stream_executor/cuda necessary
- libtensorflow 2.6.* # [cuda_compiler_version != "None"]
- typeguard >=2.7
run:
- python
Expand Down

0 comments on commit f7ef0e8

Please sign in to comment.