We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf04bd commit 54e697aCopy full SHA for 54e697a
1 file changed
setup.py
@@ -49,7 +49,7 @@ def get_dependencies():
49
"huggingface_hub", # we use HF to version control some assets/datasets more easily
50
"sapien>=3.0.0;platform_system=='Linux'",
51
"sapien>=3.0.0.b1;platform_system=='Windows'",
52
- "sapien>=3.0.2;platform_system=='Darwin'",
+ "sapien>=3.0.3;platform_system=='Darwin'",
53
]
54
# NOTE (stao): until sapien is uploaded to pypi with mac support, users need to install manually below as so
55
# 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