Skip to content

Commit cef9589

Browse files
SharkWipfjb-ye
andauthored
Restrict pymeshlab version on Windows (3461) (nerfstudio-project#3474)
Co-authored-by: J.Y. <[email protected]>
1 parent fc4fc5c commit cef9589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ dependencies = [
3939
"protobuf<=3.20.3,!=3.20.0",
4040
# TODO(1480) enable when pycolmap windows wheels are available
4141
# "pycolmap==0.3.0",
42+
# TODO(3461) and external issue cnr-isti-vclab/PyMeshLab/issues/398: Unrestrict Windows version when it isn't broken anymore.
4243
"pymeshlab>=2022.2.post2; platform_machine != 'arm64' and platform_machine != 'aarch64'",
44+
"pymeshlab<2023.12.post2; sys_platform == 'win32' and platform_machine != 'arm64' and platform_machine != 'aarch64'",
4345
"pyngrok>=5.1.0",
4446
"python-socketio>=5.7.1",
4547
"pyquaternion>=0.9.9",

0 commit comments

Comments
 (0)