From 9c2485b4814cac02153834498689b58f7e9907e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:02:28 +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.0.2 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',