autogluon / autogluon-cloud

Autogluon-cloud aims to provide user tools to train, fine-tune and deploy AutoGluon backed models on the cloud. With just a few lines of codes, users could train a model and perform inference on the cloud without worrying about MLOps details such as resource management
Apache License 2.0
18 stars 12 forks source link

Update ray[default] requirement from <2.11,>=2.10.0 to >=2.10.0,<2.40 #159

Open dependabot[bot] opened 6 days ago

dependabot[bot] commented 6 days ago

Updates the requirements on ray[default] to permit the latest version.

Release notes

Sourced from ray[default]'s releases.

Ray-2.39.0

Ray Libraries

Ray Data

๐Ÿ”จ Fixes:

๐Ÿ“– Documentation:

๐Ÿ— Architecture refactoring:

๐Ÿ—‘ Deprecations:

Ray Train

๐Ÿ”จ Fixes:

  • Safely check if the storage filesystem is pyarrow.fs.S3FileSystem (#48216)

Ray Tune

๐Ÿ”จ Fixes:

  • Safely check if the storage filesystem is pyarrow.fs.S3FileSystem (#48216)

Ray Serve

๐Ÿ’ซ Enhancements:

๐Ÿ”จ Fixes:

  • Basic HTTP deployments will now return โ€œInternal Server Errorโ€ instead of a traceback to match FastAPI behavior (ray-project/ray#48491)
  • Fixed an issue where high values of max_ongoing_requests couldnโ€™t be reached due to an interaction with coreโ€™s max_concurrency (ray-project/ray#48274)
  • Fixed an edge case where pending requests were not canceled properly (ray-project/ray#47873)
  • Removed deprecated API to set route_prefix per-deployment (ray-project/ray#48223)

๐Ÿ“– Documentation:

RLlib

๐Ÿ’ซ Enhancements:

... (truncated)

Commits
  • 5a6c335 cherrypick #48563 and #48527 (#48574)
  • 06e23b0 2.39 version change (#48573)
  • 62d7f4b [RLlib] New API stack on by default for PPO. (#48284)
  • c7263e4 Make it possible to use Ray distributed debugger without setting RAY_DEBUG (#...
  • f6a5423 Revert "[core] Add source location to status" (#48517)
  • e162165 [RLlib] Cleanup evaluation folder. (#48493)
  • 9b92557 [Data] Fix OutputBlockBuffer to avoid repeatedly copying remainder block (#...
  • 0a779ad [Data] Bump min version of PyArrow from 6.0 to 9.0 (#47040)
  • cf85018 Revert "[Observability] Added object refs Task is dependent on to `TaskInfoEn...
  • 056d596 [serve] move handle options to its own file (#48454)
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)