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..232fe8b 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.1 # via # nxmx (pyproject.toml) # h5py