Skip to content

Commit a787b4b

Browse files
Use latest drake
1 parent fb869c6 commit a787b4b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pyproject.toml

+6-8
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,15 @@ exclude = [
4141
requires = ["poetry-core>=1.0.0"]
4242
build-backend = "poetry.core.masonry.api"
4343

44-
[[tool.poetry.source]]
45-
name = "drake-nightly"
46-
url = "https://drake-packages.csail.mit.edu/whl/nightly/"
47-
priority = "explicit"
44+
#[[tool.poetry.source]]
45+
#name = "drake-nightly"
46+
#url = "https://drake-packages.csail.mit.edu/whl/nightly/"
47+
#priority = "explicit"
4848

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 = ">=1.38.0"
5453
gradescope-utils = { version=">=0.4.0", optional=true}
5554
gymnasium = { version=">0.26", optional=true }
5655
ipython = ">=7.8.0" # TODO: make this optional?
@@ -122,8 +121,7 @@ optional = true
122121
# script uses `poetry install --only docs`. This include any requirements
123122
# needed to import for a file that sphinx autodoc is trying to index. None of
124123
# these should be marked as optional.
125-
drake = { version = ">=0.0.20250118 <0.1", source = "drake-nightly" }
126-
#drake = ">=1.37.0"
124+
drake = ">=1.38.0"
127125
ipython = ">=7.8.0"
128126
lxml = {version = ">=4.9.2", extras = ["html_clean"] }
129127
mpld3 = { version=">=0.5.6", optional=false }

0 commit comments

Comments
 (0)