Skip to content

Commit bb66d18

Browse files
committed
[BugFix] Update sapien to fix pkg_resource deprecation for linux
1 parent 54e697a commit bb66d18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ def get_dependencies():
4747
"nvidia-ml-py", # gpu monitoring
4848
"tyro>=0.8.5", # nice, typed, command line arg parser
4949
"huggingface_hub", # we use HF to version control some assets/datasets more easily
50-
"sapien>=3.0.0;platform_system=='Linux'",
50+
"sapien>=3.0.3;platform_system=='Linux'",
5151
"sapien>=3.0.0.b1;platform_system=='Windows'",
52-
"sapien>=3.0.3;platform_system=='Darwin'",
52+
"sapien>=3.0.2;platform_system=='Darwin'",
5353
]
5454
# NOTE (stao): until sapien is uploaded to pypi with mac support, users need to install manually below as so
5555
# f"sapien @ https://github.com/haosulab/SAPIEN/releases/download/nightly/sapien-3.0.0.dev20250303+291f6a77-{python_version}-{python_version}-macosx_12_0_universal2.whl;platform_system=='Darwin'"

0 commit comments

Comments
 (0)