File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,15 @@ exclude = [
4141requires = [" poetry-core>=1.0.0" ]
4242build-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 ]
5050python = " <4.0,>=3.10"
5151cloudpickle = { 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"
5453gradescope-utils = { version =" >=0.4.0" , optional =true }
5554gymnasium = { version =" >0.26" , optional =true }
5655ipython = " >=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"
127125ipython = " >=7.8.0"
128126lxml = {version = " >=4.9.2" , extras = [" html_clean" ] }
129127mpld3 = { version =" >=0.5.6" , optional =false }
You can’t perform that action at this time.
0 commit comments