From 77cf65c767c34da1e3d408806f9c482072cfcd85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:46:49 +0000 Subject: [PATCH] Update numba requirement from <0.57.0 to <0.61.0 in /MPI Updates the requirements on [numba](https://github.com/numba/numba) to permit the latest version. - [Release notes](https://github.com/numba/numba/releases) - [Commits](https://github.com/numba/numba/compare/v0.1rc0...0.60.0) --- updated-dependencies: - dependency-name: numba dependency-version: 0.60.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- MPI/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MPI/pyproject.toml b/MPI/pyproject.toml index 9ee0e98a..c93e4efc 100644 --- a/MPI/pyproject.toml +++ b/MPI/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Physics" ] dependencies = [ - "numba<0.57.0", + "numba<0.61.0", "numpy<1.25.0", "numba_mpi>=0.30", "PyMPDATA",