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

install JAXbind form pypi

parent f77f52e8
No related branches found
No related tags found
2 merge requests!52Old numpy,!51install JAXbind form pypi
Pipeline #209733 failed
......@@ -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
......
......@@ -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", "jax", "jaxlib")},
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.
Finish editing this message first!
Please register or to comment