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

setup: add jax and jaxbind for full install

parent 0ee82e90
No related branches found
No related tags found
1 merge request!48Polarization response
Pipeline #206988 failed
......@@ -146,7 +146,7 @@ setup(
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")},
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