From 8b4492ca63613add9df43430f3766997f4e4526d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:56:18 +0900 Subject: [PATCH] Update numpy requirement from <1.27 to <2.1 (#132) Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v0.2.0...v2.0.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tetsuo Koyama --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",