Skip to content

Commit

Permalink
py-horovod: add py-tensorflow-estimator dependency (spack#28674)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Jan 30, 2022
1 parent c78a754 commit 1679274
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/py-horovod/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ class PyHorovod(PythonPackage, CudaPackage):
# Framework dependencies
depends_on('py-tensorflow@1.1.0:', type=('build', 'link', 'run'), when='frameworks=tensorflow')
depends_on('py-tensorflow@1.15:', type=('build', 'link', 'run'), when='frameworks=tensorflow @0.20:')
depends_on('py-tensorflow-estimator', type=('build', 'run'), when='frameworks=tensorflow')
depends_on('py-torch@0.4.0:', type=('build', 'link', 'run'), when='frameworks=pytorch')
depends_on('py-torch@1.2:', type=('build', 'link', 'run'), when='frameworks=pytorch @0.20:')
depends_on('py-torchvision', type=('build', 'run'), when='frameworks=pytorch @:0.19.1')
Expand Down

0 comments on commit 1679274

Please sign in to comment.