Skip to content

Commit

Permalink
Update ray[default] requirement from <2.11,>=2.10.0 to >=2.10.0,<2.39
Browse files Browse the repository at this point in the history
Updates the requirements on [ray[default]](https://github.com/ray-project/ray) to permit the latest version.
- [Release notes](https://github.com/ray-project/ray/releases)
- [Commits](ray-project/ray@ray-2.10.0...ray-2.38.0)

---
updated-dependencies:
- dependency-name: ray[default]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 0871a1e commit ccaa1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def default_setup_args(*, version):
"pyarrow>=11.0,<11.1",
"PyYAML~=6.0",
"Pillow>=10.2,<11", # unlikely to introduce breaking changes in minor releases
"ray[default]>=2.10.0,<2.11",
"ray[default]>=2.10.0,<2.39",
]

extras_require = dict()
Expand Down

0 comments on commit ccaa1c1

Please sign in to comment.