-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Update the central pyproject, remove subpackage specific dependencies #6009
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
base: develop
Are you sure you want to change the base?
Changes from all commits
16b8f52
d9f9172
429f245
23dd23c
9b2a153
a3147bc
acb27db
25fe1ae
31eae62
f2c1456
77de192
80d1386
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -28,11 +28,11 @@ only the dependencies needed for the features you use: | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| .. code-block:: bash | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # Install the base contrib package | ||||||||||||||||||||||
| uv pip install -e "source/isaaclab_contrib" | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| # Install with optional extras (e.g., for RLinf VLA post-training) | ||||||||||||||||||||||
| uv pip install -e "source/isaaclab_contrib[rlinf]" | ||||||||||||||||||||||
| # The base contrib package is installed with the core Isaac Lab packages. | ||||||||||||||||||||||
| # Install its optional dependencies (e.g., for RLinf VLA post-training) with pip: | ||||||||||||||||||||||
| pip install "ray[default]>=2.47.0" "av>=12.3.0" "numpydantic>=1.7.0" \ | ||||||||||||||||||||||
| "albumentations>=1.4.18" decord2 "dm_tree>=0.1.8" "diffusers>=0.35.0" \ | ||||||||||||||||||||||
| "timm>=1.0.14" "peft>=0.17.0" pandas | ||||||||||||||||||||||
|
Comment on lines
+31
to
+35
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ^ |
||||||||||||||||||||||
|
|
||||||||||||||||||||||
| Current Contributions | ||||||||||||||||||||||
| --------------------- | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this feels a lot less user friendly. are we able to reference the
rlinfoption from pyproject directly somehow?