From 722d61c8daad5cd8d717c82a0223ee8159368b60 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Wed, 26 Aug 2026 17:25:31 -0400 Subject: [PATCH] Fix Python dependency compatibility --- python/templates/pyproject.toml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/templates/pyproject.toml.in b/python/templates/pyproject.toml.in index f652b58e..14262921 100644 --- a/python/templates/pyproject.toml.in +++ b/python/templates/pyproject.toml.in @@ -22,8 +22,8 @@ classifiers = [ requires-python = ">=3.10" dependencies = [ - "numpy>=2.0.0", - "gtsam>=4.2", + "numpy>=1.11.0", + "gtsam>=4.3a0", ] [dependency-groups]