From 69a568c9f2f44c7ea4057a5a829b1e30dd0aa080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:02:22 +0000 Subject: [PATCH] deps: update numpy requirement from >=1.21 to >=2.2.6 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/v1.21.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f69ce4..60d4c73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ # to do it. Everything that trains imports torch on first use and says so if it is # missing -- see decisionrl/_lazy.py. Install `decisionrl[torch]` for the deep-RL half. dependencies = [ - "numpy>=1.21", + "numpy>=2.2.6", ] [project.optional-dependencies]