Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ rasterio==1.4.3
# rioxarray
# terratorch
# torchgeo
ray==2.48.0
ray==2.52.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Ray 2.52.0 breaks Python 3.9 compatibility

The pinned ray==2.52.0 version drops Python 3.9 support (no wheels are published), but the project still officially supports Python 3.9 per pyproject.toml (requires-python = ">=3.9,<3.14"). This will cause test dependency installation to fail on Python 3.9 environments. Either the ray version needs a Python version environment marker (e.g., ray==2.52.0; python_version >= '3.10') with a fallback for Python 3.9, or Python 3.9 support needs to be officially dropped from the project.

Fix in Cursor Fix in Web

# via -r requirements/test.in
redis==5.2.0
# via tensorizer
Expand Down