diff --git a/pyproject.toml b/pyproject.toml index 94be7554..20bc6c86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ wheel.expand-macos-universal-tags = true [tool.cibuildwheel] build = "cp3{8,9,10,11}-{macosx,manylinux,win}*" archs = ["auto64"] -environment = { COLMAP_COMMIT_ID="c206c7a333c8b2ef818135bdfe9d31a28bd2eb2b" } +environment = { COLMAP_COMMIT_ID="f5597bf7abc2bdfa3f99b8cbeed89173062bdbfe" } test-command = "python -c \"import pycolmap; print(pycolmap.__version__)\"" [tool.cibuildwheel.linux]