Skip to content
Snippets Groups Projects
Commit 3d62e714 authored by Jakob Roth's avatar Jakob Roth
Browse files

setup: numpy version 1.26

parent 2d9445b0
No related branches found
No related tags found
No related merge requests found
Pipeline #221013 passed
......@@ -145,7 +145,7 @@ setup(
packages=find_packages(include=["resolve", "resolve.*", "resolve_support", "resolve_support.*"]),
zip_safe=True,
dependency_links=[],
install_requires=["ducc0>=0.23.0", "numpy<=1.26.0", "nifty8>=8.0"],
install_requires=["ducc0>=0.23.0", "numpy<=1.26", "nifty8>=8.0"],
extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib", "jax", "jaxlib", "jaxbind")},
ext_modules=extensions,
entry_points={"console_scripts":
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment