Skip to content

Commit

Permalink
Bump numpy from 1.25.2 to 2.1.1
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/numpy/numpy) from 1.25.2 to 2.1.1.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.25.2...v2.1.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 331a8ff commit 65bd865
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
# via
# nxmx (pyproject.toml)
# h5py
Expand Down

0 comments on commit 65bd865

Please sign in to comment.