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

fix(py-ray): add missing dependencies/constraints for added version 2.4.0

parent 42b43a36
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,24 @@ class PyRay(PythonPackage):
variant("default", default=False, description="Install default extras", when="@2.0.1")
# begin EBRAINS (added): ECM new node-js -> new react whatever -> new py-ray
conflicts("node-js@17:", when="@:2.0.1")
# end EBRAINS
# begin EBRAINS (added): ElM add missing dependencies/constraints for added version 2.4.0
depends_on("python@3.6:3.11", when="@2.4.0", type=("build", "run"))
depends_on("bazel@5", when="@2.4.0", type="build")
depends_on("py-cython@0.29.32:", when="@2.4.0", type="build")
depends_on("py-attrs", when="@2.4.0", type=("build", "run"))
depends_on("py-click@7.0:", when="@2.4.0", type=("build", "run"))
depends_on("py-grpcio@1.32:1.51.3", when="@2.4.0 ^python@:3.9", type=("build", "run"))
depends_on("py-grpcio@1.42:1.51.3", when="@2.4.0 ^python@3.10:", type=("build", "run"))
depends_on("py-protobuf@3.15.3:", when="@2.4.0", type=("build", "run"))
depends_on("py-frozenlist", when="@2.4.0", type=("build", "run"))
depends_on("py-typing-extensions", when="@2.4.0 ^python@:3.7", type=("build", "run"))
depends_on("py-virtualenv@20.0.24:", when="@2.4.0", type=("build", "run"))
# end EBRAINS
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"))
# begin EBRAINS (modified): ECM relax constraint to allow newer bazel
......
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