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]