Update package.py (#22826)
This commit is contained in:
parent
ad3eb98c4b
commit
cfbb4abb79
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class PyRay(PythonPackage):
|
|||
build_directory = 'python'
|
||||
|
||||
depends_on('python@3.6:', type=('build', 'run'))
|
||||
depends_on('bazel@3.2.0:', type='build')
|
||||
depends_on('bazel@3.2.0', type='build')
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-cython@0.29.14:', type='build')
|
||||
depends_on('py-wheel', type='build')
|
||||
|
|
Loading…
Reference in a new issue