From 0205d472cb8c86a4ca4cf4a72b2f3fde485820b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:45:00 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.3.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.3.1. - [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.2.6...v2.3.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index da58b602..2785e646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] requires-python = ">=3.11, <3.13" dependencies = [ - "numpy==2.2.6", + "numpy==2.3.1", "lalsuite==7.26.1", "h5py~=3.11", "arviz~=0.19", diff --git a/requirements.txt b/requirements.txt index 4f432438..3792ea2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.2.6 +numpy==2.3.1 lalsuite==7.26.1 h5py~=3.12 arviz~=0.20