Skip to content
Snippets Groups Projects

fix(py-ray): constrain to older bazel

Merged Eric Müller requested to merge fix_py-ray_build into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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:5", 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")