Skip to content

Commit

Permalink
Merge pull request #53 from gabe-l-hart/RayVersionRange
Browse files Browse the repository at this point in the history
RayVersionRange: Use a version range for ray
  • Loading branch information
gabe-l-hart authored Dec 22, 2023
2 parents d40b606 + 3b070b2 commit e5b22f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ classifiers=[
]
dependencies = [
"caikit>=0.15.0,<0.25.0",
"ray[default]==2.7.1"
"ray[default]>=2.7.1,<3"
]

[project.scripts]
ray_submitter = "caikit_ray_backend.ray_submitter:main"

[project.urls]
Source = "https://github.com/caikit/caikit-ray-backend"
Source = "https://github.com/caikit/caikit-ray-backend"

0 comments on commit e5b22f9

Please sign in to comment.