We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4fc5c commit cef9589Copy full SHA for cef9589
pyproject.toml
@@ -39,7 +39,9 @@ dependencies = [
39
"protobuf<=3.20.3,!=3.20.0",
40
# TODO(1480) enable when pycolmap windows wheels are available
41
# "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.
43
"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'",
45
"pyngrok>=5.1.0",
46
"python-socketio>=5.7.1",
47
"pyquaternion>=0.9.9",
0 commit comments