From 19324ee1473226a0113814972b406e9b3dae7848 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Mon, 29 Jul 2024 18:10:24 -0700 Subject: [PATCH] bump minimum versions and allow numpy 2.0 --- README.md | 2 +- pyproject.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7aa3d8..350a0d0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Installation **Dependencies:** -* python >=3.10 +* python >=3.11 * (optional) numpy diff --git a/pyproject.toml b/pyproject.toml index 785382b..c91c0d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", ] -requires-python = ">=3.10" +requires-python = ">=3.11" dynamic = ["version"] dependencies = [ ] @@ -53,7 +53,8 @@ dependencies = [ path = "fatamorgana/__init__.py" [project.optional-dependencies] -numpy = ["numpy~=1.21"] +numpy = ["numpy>=1.26"] + [tool.ruff] exclude = [