File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'"
You can’t perform that action at this time.
0 commit comments