From 63fdeb7282cdf6acbfadcd498737f39d2cb2edf6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:31:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a52e9e6c..0207ee21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dynamic = [ dependencies = [ "cycler>=0.10", "matplotlib>=3.3", - "numpy>=1.21.2,<1.27", + "numpy<1.27,>=1.21.2", "pyglotaran>=0.7", "tabulate>=0.8.9", "xarray>=2022.3",