diff --git a/pyproject.toml b/pyproject.toml index b837373..b516d87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tests = [ "coverage==7.5.0", "pytest>=3.5.0", "pytest-cov==5.0.0", - "numpy<1.27", + "numpy<2.1", ] docs = [ "pydata-sphinx-theme==0.15.4",