Skip to content

Commit f1d43fe

Browse files
committed
back to drake monthly
1 parent fb869c6 commit f1d43fe

6 files changed

+16
-26
lines changed

poetry.lock

+7-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "manipulation"
33
# Use e.g. 2024.10.4.rc0 if I need to release a release candidate.
44
# Use e.g. 2024.10.4.post1 if I need to rerelease on the same day.
5-
version = "2025.2.16"
5+
version = "2025.3.3"
66
description = "MIT 6.421 - Robotic Manipulation"
77
authors = ["Russ Tedrake <[email protected]>"]
88
license = "BSD License"
@@ -49,8 +49,8 @@ priority = "explicit"
4949
[tool.poetry.dependencies]
5050
python = "<4.0,>=3.10"
5151
cloudpickle = { version="2.2.1", optional=true} # needs to be pinned for stored files to remain compatible.
52-
drake = { version = ">=0.0.20250131 <0.1", source = "drake-nightly" }
53-
#drake = ">=1.37.0"
52+
#drake = { version = ">=0.0.20250131 <0.1", source = "drake-nightly" }
53+
drake = ">=1.38.0"
5454
gradescope-utils = { version=">=0.4.0", optional=true}
5555
gymnasium = { version=">0.26", optional=true }
5656
ipython = ">=7.8.0" # TODO: make this optional?
@@ -122,8 +122,8 @@ optional = true
122122
# script uses `poetry install --only docs`. This include any requirements
123123
# needed to import for a file that sphinx autodoc is trying to index. None of
124124
# these should be marked as optional.
125-
drake = { version = ">=0.0.20250118 <0.1", source = "drake-nightly" }
126-
#drake = ">=1.37.0"
125+
#drake = { version = ">=0.0.20250118 <0.1", source = "drake-nightly" }
126+
drake = ">=1.38.0"
127127
ipython = ">=7.8.0"
128128
lxml = {version = ">=4.9.2", extras = ["html_clean"] }
129129
mpld3 = { version=">=0.5.6", optional=false }

requirements-bazel-linux.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
--find-links https://download.pytorch.org/whl/torch_stable.html
2-
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly
32
anyio==4.8.0 ; python_version >= "3.10" and python_version < "4.0"
43
asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
54
attrs==25.1.0 ; python_version >= "3.10" and python_version < "4.0"
@@ -30,7 +29,7 @@ cython==3.0.12 ; python_version >= "3.10" and python_version < "4.0"
3029
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
3130
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
3231
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
33-
drake==0.0.20250215 ; python_version >= "3.10" and python_version < "4.0"
32+
drake==1.38.0 ; python_version >= "3.10" and python_version < "4.0"
3433
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
3534
embreex==2.17.7.post6 ; platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
3635
entrypoints==0.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"

requirements-bazel-mac.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
--find-links https://download.pytorch.org/whl/torch_stable.html
2-
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly
32
anyio==4.8.0 ; python_version >= "3.10" and python_version < "4.0"
43
asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
54
attrs==25.1.0 ; python_version >= "3.10" and python_version < "4.0"
@@ -29,7 +28,7 @@ cython==3.0.12 ; python_version >= "3.10" and python_version < "4.0"
2928
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
3029
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
3130
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
32-
drake==0.0.20250215 ; python_version >= "3.10" and python_version < "4.0"
31+
drake==1.38.0 ; python_version >= "3.10" and python_version < "4.0"
3332
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
3433
embreex==2.17.7.post6 ; platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
3534
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"

requirements-bazel.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
--find-links https://download.pytorch.org/whl/torch_stable.html
2-
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly
32
anyio==4.8.0 ; python_version >= "3.10" and python_version < "4.0"
43
asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
54
attrs==25.1.0 ; python_version >= "3.10" and python_version < "4.0"
@@ -30,7 +29,7 @@ cython==3.0.12 ; python_version >= "3.10" and python_version < "4.0"
3029
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
3130
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
3231
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
33-
drake==0.0.20250215 ; python_version >= "3.10" and python_version < "4.0"
32+
drake==1.38.0 ; python_version >= "3.10" and python_version < "4.0"
3433
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
3534
embreex==2.17.7.post6 ; platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
3635
entrypoints==0.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"

requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
--find-links https://download.pytorch.org/whl/torch_stable.html
2-
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly
3-
42
anyio==4.8.0 ; python_version >= "3.10" and python_version < "4.0"
53
asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
64
attrs==25.1.0 ; python_version >= "3.10" and python_version < "4.0"
@@ -31,7 +29,7 @@ cython==3.0.12 ; python_version >= "3.10" and python_version < "4.0"
3129
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
3230
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
3331
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
34-
drake==0.0.20250215 ; python_version >= "3.10" and python_version < "4.0"
32+
drake==1.38.0 ; python_version >= "3.10" and python_version < "4.0"
3533
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
3634
embreex==2.17.7.post6 ; platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0"
3735
entrypoints==0.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"

0 commit comments

Comments
 (0)