learning_ray icon indicating copy to clipboard operation
learning_ray copied to clipboard

build: update ray and pydantic dependency

Open vitahoang opened this issue 10 months ago • 2 comments

There is an error when calling ray.init() due to dependency with pydantic. https://github.com/ray-project/ray/issues/37019. Updating dependencies of Ray and pydantic resolves the issue: "! pip install "ray>=2.9.0", "! pip install "pydantic>=2.5.0"

vitahoang avatar Apr 25 '24 09:04 vitahoang

👋 Hi, I'm @docu-mentor, an LLM-powered GitHub app powered by Anyscale Endpoints that gives you actionable feedback on your writing.

Simply create a new comment in this PR that says:

@docu-mentor run

and I will start my analysis. I only look at what you changed in this PR. If you only want me to look at specific files or folders, you can specify them like this:

@docu-mentor run doc/ README.md

In this example, I'll have a look at all files contained in the "doc/" folder and the file "README.md". All good? Let's get started!

docu-mentor[bot] avatar Apr 25 '24 09:04 docu-mentor[bot]

@docu-mentor run

vitahoang avatar Apr 25 '24 09:04 vitahoang