From e7fa0c0300a1a5af0a9d4694d6ee93d070d05f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:35:36 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.1.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.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/v1.26.4...v2.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... 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 f21b322..ce37cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=61", "setuptools-scm"] [project] classifiers = ["Programming Language :: Python :: 3"] -dependencies = ["h5py", "pint", "python-dateutil", "scipy", "numpy <2"] +dependencies = ["h5py", "pint", "python-dateutil", "scipy", "numpy <3"] description = "Read HDF5 data conforming to the NXmx application definition of the NeXus format" dynamic = ["version"] keywords = ["NeXus", "NXmx"] diff --git a/requirements.txt b/requirements.txt index ee530ba..183f155 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ flexparser==0.3.1 # via pint h5py==3.12.1 # via nxmx (pyproject.toml) -numpy==1.26.4 +numpy==2.1.2 # via # nxmx (pyproject.toml) # h5py