From 2875416e159278487335d55dd90e6d9d73fa359f Mon Sep 17 00:00:00 2001 From: Sam Lijin Date: Thu, 5 Dec 2024 13:57:49 -0800 Subject: [PATCH] remove maturin as a build dep --- engine/language_client_python/pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/language_client_python/pyproject.toml b/engine/language_client_python/pyproject.toml index 4651e8db8..bf65c5124 100644 --- a/engine/language_client_python/pyproject.toml +++ b/engine/language_client_python/pyproject.toml @@ -5,9 +5,6 @@ description = "BAML python bindings (pyproject.toml)" readme = "README.md" authors = [["Boundary", "contact@boundaryml.com"]] license = "LICENSE" -dependencies = [ - "maturin>=1.7.8", -] [build-system] requires = ["maturin>=1.0,<2.0"]