Skip to content
Open
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
1 change: 1 addition & 0 deletions requirements_common.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ray[default,cgraph]==2.48.0 # vllm required ray[default,cgraph]>=2.48.0
click<8.2 # ray 2.48.0 CLI breaks on click>=8.2: deepcopy of click's Sentinel enum raises ValueError

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

click>=8.0,<8.2

numpy<2.0a0,>=1.25
tensordict>=0.10.0
sympy
Expand Down