Skip to content

Commit

Permalink
force setuptools version in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeofblue committed Sep 2, 2024
1 parent 9db7de8 commit 45b7ee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion golem-cluster.override.2-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ provider:
parameters:
node_config:
demand:
image_tag: "blueshade/ray-on-golem:0.13.0a1-py3.10.13-ray2.9.3"
image_tag: "blueshade/ray-on-golem:0.13.0a2-py3.10.13-ray2.9.3"
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ray-on-golem"
version = "0.13.0a1"
version = "0.13.0a2"
description = "Golem Network integration with Ray"
authors = ["Golem Factory <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -31,7 +31,7 @@ websocat = "^1.13.0"
#golem-node = {version = "^0.16.0a2", source = "test-pypi"}
golem-node = "^0.16.0"

setuptools = "^72.2.0"
setuptools = "^69.5.1"

[tool.poetry.group.ray.dependencies]
python = "^3.8.1"
Expand All @@ -44,6 +44,8 @@ toml = "^0.10.2"
dpath = "^2.1.6"
appdirs = "^1.4.4"

setuptools = "^69.5.1"

[tool.poetry.scripts]
ray-on-golem = "ray_on_golem.main:main"
rog-db = "ray_on_golem.reputation.admin:admin"
Expand Down

0 comments on commit 45b7ee9

Please sign in to comment.