From 31031f13ead6d93bd8e3f037d69d9b95370cc280 Mon Sep 17 00:00:00 2001 From: klimermana Date: Thu, 23 Jan 2025 11:50:22 -0800 Subject: [PATCH] Allow up to v5 of protobuf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7f60f6d9b..7509ba1290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "opencv-python-headless==4.10.0.84", "Pillow>=10.3.0", "plotly>=5.7.0", - "protobuf<=3.20.3,!=3.20.0", + "protobuf<=5,!=3.20.0", # TODO(1480) enable when pycolmap windows wheels are available # "pycolmap==0.3.0", # TODO(3461) and external issue cnr-isti-vclab/PyMeshLab/issues/398: Unrestrict Windows version when it isn't broken anymore.