From c71c703e6e3e0e66c6230c599286fe9a210a507e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:09:44 +0000 Subject: [PATCH] Bump numpy from 2.2.6 to 2.3.3 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.6 to 2.3.3. - [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.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.3 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 cd650953..a566df72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] requires-python = ">=3.11, <3.12" dependencies = [ - "numpy==2.2.6", + "numpy==2.3.3", "lalsuite==7.26.1", "h5py~=3.11", "arviz~=0.19", diff --git a/requirements.txt b/requirements.txt index f4237b16..8317bcd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.2.6 +numpy==2.3.3 lalsuite==7.26.1 h5py~=3.11 arviz~=0.19