learning_ray
learning_ray copied to clipboard
build: update ray and pydantic dependency
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"
👋 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 run