Skip to content

Commit

Permalink
update python version, install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
esseivaju committed Oct 4, 2024
1 parent f302504 commit 374ee22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = {file = "LICENSE"}
authors = [
{ name = "Julien Esseiva", email = "jesseiva@lbl.gov" },
]
requires-python = ">=3.11"
requires-python = ">=3.9"
dependencies = [
"aiohttp",
"click",
Expand All @@ -35,6 +35,10 @@ dependencies = [
"pytest"
]

[tool.hatch.build.targets.wheel.shared-scripts]
"bin/ray_start_head" = "ray_start_head"
"bin/ray_start_worker" = "ray_start_worker"

[tool.hatch.build.targets.wheel.shared-data]
"conf/cori.yaml" = "conf/cori.yaml"

Expand Down

0 comments on commit 374ee22

Please sign in to comment.