Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround Ray dependency conflict #1065

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Workaround Ray dependency conflict #1065

merged 1 commit into from
Dec 12, 2023

Conversation

garrettwrong
Copy link
Collaborator

Found Ray was failing to initialize for our large integration tests (ie, our experimental data reconstructions) in recently made environments.

Tracked it to ray-project/ray#37019.

The recommended workaround is simple and seems to work for us, but somewhat annoying (that we need to manage more external package depends). I will make an issue to followup post ray=2.9.1.

The pillow line was just moved to improve the depends lexi sort.

Published versions of ray require pydantic<2, but they have not pinned versions
@garrettwrong garrettwrong added bug Something isn't working extern Relating to external changes dependencies Pull requests that update a dependency file labels Dec 12, 2023
@garrettwrong garrettwrong self-assigned this Dec 12, 2023
Copy link
Collaborator

@j-c-c j-c-c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@garrettwrong garrettwrong marked this pull request as ready for review December 12, 2023 13:29
@garrettwrong
Copy link
Collaborator Author

Great, planning to merge this in as soon as the CI is green.

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4eafdec) 89.08% compared to head (b3ed115) 89.08%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1065   +/-   ##
========================================
  Coverage    89.08%   89.08%           
========================================
  Files          126      126           
  Lines        11965    11965           
========================================
  Hits         10659    10659           
  Misses        1306     1306           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@garrettwrong garrettwrong merged commit 3526468 into develop Dec 12, 2023
39 checks passed
@garrettwrong garrettwrong deleted the ray_hotpatch branch January 17, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file extern Relating to external changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants