Skip to content

Commit

Permalink
refactor(framework) Extend range of Ray supported versions for simu…
Browse files Browse the repository at this point in the history
…lation (#4926)
  • Loading branch information
jafermarq authored Feb 13, 2025
1 parent e81def9 commit 50ac168
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 @@ -81,7 +81,7 @@ rich = "^13.5.0"
pyyaml = "^6.0.2"
requests = "^2.31.0"
# Optional dependencies (Simulation Engine)
ray = { version = "==2.10.0", optional = true, python = ">=3.9,<3.12" }
ray = { version = "==2.31.0", optional = true, python = ">=3.9,<3.13" }
# Optional dependencies (REST transport layer)
starlette = { version = "^0.45.2", optional = true }
uvicorn = { version = "^0.34.0", extras = ["standard"], optional = true }
Expand Down

0 comments on commit 50ac168

Please sign in to comment.