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

fix(py-ray): add 2.4.0 instead of (latest) 2.9.2 to use existing bazel

parent 014ae864
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class PyRay(PythonPackage): ...@@ -14,7 +14,7 @@ class PyRay(PythonPackage):
url = "https://github.com/ray-project/ray/archive/ray-0.8.7.tar.gz" url = "https://github.com/ray-project/ray/archive/ray-0.8.7.tar.gz"
# begin EBRAINS (added): ECM new node-js -> new react whatever -> new py-ray # begin EBRAINS (added): ECM new node-js -> new react whatever -> new py-ray
version("2.9.2", sha256="27f293471644570c6797e634e0e8abb67c1e9978d614981093b7737c635208ad") version("2.4.0", sha256="b0110a84630b2f6d10cd13e8ac955875c3658373eb6cabcc77cf316de3c28066")
# end EBRAINS # end EBRAINS
version("2.0.1", sha256="b8b2f0a99d2ac4c001ff11c78b4521b217e2a02df95fb6270fd621412143f28b") version("2.0.1", sha256="b8b2f0a99d2ac4c001ff11c78b4521b217e2a02df95fb6270fd621412143f28b")
version("0.8.7", sha256="2df328f1bcd3eeb4fa33119142ea0d669396f4ab2a3e78db90178757aa61534b") version("0.8.7", sha256="2df328f1bcd3eeb4fa33119142ea0d669396f4ab2a3e78db90178757aa61534b")
......
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