Skip to content

Commit

Permalink
roll new pip wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTedrake committed Jan 16, 2025
1 parent 5f62280 commit c301864
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 30 deletions.
2 changes: 1 addition & 1 deletion book/htmlbook
Submodule htmlbook updated 1 files
+1 −0 Developers.md
19 changes: 7 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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?
Expand Down Expand Up @@ -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 }
Expand Down
4 changes: 1 addition & 3 deletions requirements-bazel-linux.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly

asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
attrs==24.3.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
autoprop==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -27,7 +25,7 @@ cython==3.0.11 ; python_version >= "3.10" and python_version < "4.0"
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
drake==0.0.20250116 ; python_version >= "3.10" and python_version < "4.0"
drake==1.37.0 ; python_version >= "3.10" and python_version < "4.0"
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
entrypoints==0.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
4 changes: 1 addition & 3 deletions requirements-bazel-mac.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly

asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
attrs==24.3.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
autoprop==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
Expand All @@ -26,7 +24,7 @@ cython==3.0.11 ; python_version >= "3.10" and python_version < "4.0"
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
drake==0.0.20250116 ; python_version >= "3.10" and python_version < "4.0"
drake==1.37.0 ; python_version >= "3.10" and python_version < "4.0"
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
executing==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down
4 changes: 1 addition & 3 deletions requirements-bazel.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly

asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
attrs==24.3.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
autoprop==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -27,7 +25,7 @@ cython==3.0.11 ; python_version >= "3.10" and python_version < "4.0"
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
drake==0.0.20250116 ; python_version >= "3.10" and python_version < "4.0"
drake==1.37.0 ; python_version >= "3.10" and python_version < "4.0"
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
entrypoints==0.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
--extra-index-url https://drake-packages.csail.mit.edu/whl/nightly

asttokens==3.0.0 ; python_version >= "3.10" and python_version < "4.0"
attrs==24.3.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
autoprop==4.1.0 ; python_version >= "3.10" and python_version < "4.0"
Expand Down Expand Up @@ -27,7 +25,7 @@ cython==3.0.11 ; python_version >= "3.10" and python_version < "4.0"
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "darwin" or sys_platform == "linux")
distlib==0.3.9 ; python_version >= "3.10" and python_version < "4.0"
drake==0.0.20250116 ; python_version >= "3.10" and python_version < "4.0"
drake==1.37.0 ; python_version >= "3.10" and python_version < "4.0"
dulwich==0.21.7 ; python_version >= "3.10" and python_version < "4.0"
entrypoints==0.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "linux"
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
Expand Down

0 comments on commit c301864

Please sign in to comment.