Skip to content

Commit

Permalink
No numpy 2.0, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Oct 1, 2024
1 parent 6ee9097 commit c88ef01
Show file tree
Hide file tree
Showing 2 changed files with 3 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"]
dependencies = ["h5py", "pint", "python-dateutil", "scipy", "numpy <2"]
description = "Read HDF5 data conforming to the NXmx application definition of the NeXus format"
dynamic = ["version"]
keywords = ["NeXus", "NXmx"]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ flexparser==0.3.1
# via pint
h5py==3.12.1
# via nxmx (pyproject.toml)
numpy==2.1.1
numpy==1.26.4
# via
# nxmx (pyproject.toml)
# h5py
# scipy
pint==0.24.3
Expand Down

0 comments on commit c88ef01

Please sign in to comment.