File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -41,16 +41,15 @@ exclude = [
41
41
requires = [" poetry-core>=1.0.0" ]
42
42
build-backend = " poetry.core.masonry.api"
43
43
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"
48
48
49
49
[tool .poetry .dependencies ]
50
50
python = " <4.0,>=3.10"
51
51
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"
54
53
gradescope-utils = { version =" >=0.4.0" , optional =true }
55
54
gymnasium = { version =" >0.26" , optional =true }
56
55
ipython = " >=7.8.0" # TODO: make this optional?
@@ -122,8 +121,7 @@ optional = true
122
121
# script uses `poetry install --only docs`. This include any requirements
123
122
# needed to import for a file that sphinx autodoc is trying to index. None of
124
123
# 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"
127
125
ipython = " >=7.8.0"
128
126
lxml = {version = " >=4.9.2" , extras = [" html_clean" ] }
129
127
mpld3 = { version =" >=0.5.6" , optional =false }
You can’t perform that action at this time.
0 commit comments