From 7766a7c43ca17e9d42993fdd57c8aa24987b774a Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 29 Jul 2024 02:06:47 -0700 Subject: [PATCH] bump minimum versions --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e64259d..4693336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,11 +30,11 @@ classifiers = [ "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Multimedia :: Graphics :: Graphics Conversion", ] -requires-python = ">=3.8" +requires-python = ">=3.11" dynamic = ["version"] dependencies = [ - "numpy~=1.26", - "scipy", + "numpy>=1.26", + "scipy~=1.14", ] [tool.hatch.version]