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

Merge branch 'old_numpy' into 'master'

Old numpy

See merge request !52
parents f77f52e8 aaff41ef
No related branches found
No related tags found
1 merge request!52Old numpy
Pipeline #210363 passed
......@@ -35,8 +35,6 @@ build_docker_from_cache:
before_script:
- pip3 install --break-system-packages .[full]
- git clone https://github.com/NIFTy-PPL/JAXbind.git
- pip3 install --break-system-packages JAXbind/
test_resolve:
stage: testing
......
......@@ -145,8 +145,8 @@ setup(
packages=find_packages(include=["resolve", "resolve.*", "resolve_support", "resolve_support.*"]),
zip_safe=True,
dependency_links=[],
install_requires=["ducc0>=0.23.0", "numpy", "nifty8>=8.0"],
extras_require={"full": ("astropy", "pytest", "pytest-cov", "mpi4py", "python-casacore", "h5py", "matplotlib", "jax", "jaxlib")},
install_requires=["ducc0>=0.23.0", "numpy<=1.26.0", "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 register or to comment