From b174356b68dc0b98aff970acc4644b862a4f6d83 Mon Sep 17 00:00:00 2001 From: William Patton Date: Wed, 9 Oct 2024 09:55:58 -0700 Subject: [PATCH] update requirements --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7741c3..5a43e24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ version = "0.5.1" description = "A rusty mutex watershed" readme = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.11" classifiers = [ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', @@ -34,4 +34,6 @@ dev = [ "pytest", "pytest-runner", "matplotlib>=3.1.0", + "maturin", + "pip", ]