-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f62280
commit c301864
Showing
7 changed files
with
17 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "manipulation" | ||
# Use e.g. 2024.10.4.rc0 if I need to release a release candidate. | ||
# Use e.g. 2024.10.4.post1 if I need to rerelease on the same day. | ||
version = "2025.1.15" | ||
version = "2025.1.16" | ||
description = "MIT 6.421 - Robotic Manipulation" | ||
authors = ["Russ Tedrake <[email protected]>"] | ||
license = "BSD License" | ||
|
@@ -49,8 +49,8 @@ priority = "explicit" | |
[tool.poetry.dependencies] | ||
python = "<4.0,>=3.10" | ||
cloudpickle = { version="2.2.1", optional=true} # needs to be pinned for stored files to remain compatible. | ||
drake = { version = ">=0.0.20250116 <1.0", source = "drake-nightly" } | ||
#drake = ">=1.32.0" | ||
#drake = { version = ">=0.0.20250116 <1.0", source = "drake-nightly" } | ||
drake = ">=1.37.0" | ||
gradescope-utils = { version=">=0.4.0", optional=true} | ||
gymnasium = { version=">0.26", optional=true } | ||
ipython = ">=7.8.0" # TODO: make this optional? | ||
|
@@ -116,8 +116,8 @@ optional = true | |
# autodoc, even if it repeats some dependencies from main, because my sphinx | ||
# script uses `poetry install --only docs`. This include any requirements | ||
# needed to import for a file that sphinx autodoc is trying to index. | ||
drake = { version = ">=0.0.20250116 <1.0", source = "drake-nightly" } | ||
#drake = ">=1.32.0" | ||
#drake = { version = ">=0.0.20250116 <1.0", source = "drake-nightly" } | ||
drake = ">=1.37.0" | ||
ipython = ">=7.8.0" | ||
lxml = {version = ">=4.9.2", extras = ["html_clean"] } | ||
mpld3 = { version=">=0.5.6", optional=false } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters