Skip to content

Commit

Permalink
freeze version of ray
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Nov 6, 2023
1 parent 28e8fe0 commit 09b01cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setuptools = "*"

[tool.poetry.group.ray.dependencies]
python = "^3.8"
ray = {version="^2.7.1", extras=["default"]}
ray = {version="==2.7.1", extras=["default"]}
# golem-core = { path="../golem-core-python", develop=true }
# golem-core = { git="https://github.com/golemfactory/golem-core-python.git", branch="main" }
golem-core = "^0.2.0"
Expand Down

0 comments on commit 09b01cf

Please sign in to comment.