From 3e6e2b44b133cb624f20dd212ea7961bc4c4f94f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:33:46 +0000 Subject: [PATCH] Update numpy requirement from <1.24.0 to <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/v0.2.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 3812770c0..0a2793936 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" dependencies = [ 'icecube-skyreader>=1.4.2', 'iminuit<2.33.0', - 'numpy<1.24.0', + 'numpy<2.3.0', 'oms-mqclient', 'wipac-dev-tools', 'wipac-rest-tools',