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

fix py-ray import error

parent e7f199c8
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,11 @@ class PyRay(PythonPackage):
depends_on("py-typing-extensions", when="@2.0.1 ^python@:3.7", type=("build", "run"))
depends_on("py-virtualenv", when="@2.0.1", type=("build", "run"))
# needed to fix import errors
depends_on("py-setproctitle", type=("build", "run"))
depends_on("py-colorama", type=("build", "run"))
depends_on("py-psutil", type=("build", "run"))
with when("+default"):
depends_on("py-aiohttp@3.7:", type=("build", "run"))
depends_on("py-aiohttp-cors", type=("build", "run"))
......
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