From 39422562d95eabc4b0d4c441adae76c732cec716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:41:40 +0000 Subject: [PATCH] Bump the actions group with 2 updates Updates the requirements on [numpy](https://github.com/numpy/numpy) and [flit-core](https://github.com/pypa/flit) to permit the latest version. Updates `numpy` to 2.0.2 - [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.0.0...v2.0.2) Updates `flit-core` to 3.12.0 - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.2.0...3.12.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: actions - dependency-name: flit-core dependency-version: 3.12.0 dependency-type: direct:development dependency-group: actions ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2024bb2..f3204f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] build-backend = "flit_core.buildapi" -requires = ["flit_core >=3.2,<4"] +requires = ["flit_core >=3.12.0,<4"] [project] authors = [{name = "Kevin Meagher"}] @@ -25,7 +25,7 @@ classifiers = [ 'Topic :: Scientific/Engineering :: Astronomy', 'Topic :: Scientific/Engineering :: Physics' ] -dependencies = ["numpy>=2", "scipy"] +dependencies = ["numpy>=2.0.2", "scipy"] dynamic = ["version", "description"] keywords = ["python", "science", "astronomy", "astrophysics", "IceCube", "neutrino", "simulation"] license = {file = "LICENSES/BSD-2-Clause.txt"}