Skip to content
Snippets Groups Projects
Commit c8ac1a58 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

try to unpin bazel version for py-ray

parent 9fce847d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ class PyRay(PythonPackage):
depends_on("python@3.6:3.10", when="@2.0.1", type=("build", "run"))
depends_on("python@3.6:3.8", when="@0.8.7", type=("build", "run"))
depends_on("bazel@4.2.2", when="@2.0.1", type="build")
depends_on("bazel@4.2.2:", when="@2.0.1", type="build")
depends_on("bazel@3.2.0", when="@0.8.7", type="build")
depends_on("npm", type="build")
depends_on("py-setuptools", type="build")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment