diff --git a/pyproject.toml b/pyproject.toml index 94be7554..a0ab0a00 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="3.9" } test-command = "python -c \"import pycolmap; print(pycolmap.__version__)\"" [tool.cibuildwheel.linux]