From ae01f32c9d5d0f32eb036e406ce73d0ee1c12deb Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Sun, 14 Apr 2024 12:11:11 -0400 Subject: [PATCH] chore: update maturin dependency, remove from poetry deps --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e931ed..d7c466c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,13 +15,12 @@ authors = ["Georgios Konstantopoulos "] [tool.poetry.dependencies] python = ">=3.7" -maturin = "^0.13.5" -pytest = "^7.1.3" +pytest = "^7.1.3" # TODO: move this to test dependencies [tool.poetry.dev-dependencies] black = "^22.8.0" mypy = "^0.981" [build-system] -requires = ["maturin>=1.4,<1.5"] +requires = ["maturin>=1.5,<1.6"] build-backend = "maturin"