From 4090b9a9dbd27f78e73c5d272275dfd0319f3124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:27:41 +0000 Subject: [PATCH] Update numpy requirement from ~=2.1.2 to >=2.1.2,<2.3.0 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/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: numpy 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 5390d206..27a08668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ classifiers = [ ] dependencies = [ "toml==0.10.2", - "numpy~=2.1.2", + "numpy>=2.1.2,<2.3.0", "matplotlib~=3.9.2", "plotly~=5.24.1", ]