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
2 changes: 1 addition & 1 deletion skyrl-train/pyproject.toml
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Could you mirror the change in the root pyproject.toml file?

SkyRL/pyproject.toml

Lines 134 to 139 in 19b5746

miniswe = [
"skyrl[skyrl-train]",
# NOTE (sumanthrh): Needs to be a commit after https://github.com/SWE-agent/mini-swe-agent/commit/4f5d445e99d13b5482478c23508bf2fbf7c0670c
"mini-swe-agent>=1.12.0",
"litellm",
]

Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ flashrl = [
]
miniswe = [
# NOTE (sumanthrh): Needs to be a commit after https://github.com/SWE-agent/mini-swe-agent/commit/4f5d445e99d13b5482478c23508bf2fbf7c0670c
"mini-swe-agent>=1.12.0",
"mini-swe-agent>=1.12.0,<2.0", # v2.0 is incompatible with the example RL code
"litellm",
]

Expand Down