diff --git a/pyproject.toml b/pyproject.toml index 45592ea..678f7f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ classifiers = [ requires-python = ">=3.8,<3.12" dependencies = [ "matplotlib>=3.6.0,<3.9", - "numpy>=1.24.0,<1.26", + "numpy>=1.24.0,<1.27", "requests>=2.31.0,<2.32", "scipy>=1.10.0,<1.11", "tqdm>=4.65,<5",