Skip to content
Snippets Groups Projects
Commit a025751d authored by Gordian Edenhofer's avatar Gordian Edenhofer Committed by Jakob Roth
Browse files

Remove jax version constraint as recent version works again

parent 9c665124
No related branches found
No related tags found
1 merge request!976Remove jax version constraint as recent version works again
......@@ -12,7 +12,7 @@ RUN pip3 install --break-system-packages \
# Packages needed for NIFTy
scipy \
# Optional nifty dependencies
matplotlib h5py astropy ducc0 "jax<=0.4.30" "jaxlib<=0.4.30" jaxbind mpi4py \
matplotlib h5py astropy ducc0 jax jaxlib jaxbind mpi4py \
# Testing dependencies
pytest pytest-cov pytest-xdist \
# Documentation build dependencies
......
......@@ -32,8 +32,8 @@ Homepage = "https://github.com/nifty-ppl/nifty"
[project.optional-dependencies]
re = [
"jax<=0.4.30",
"jaxlib<=0.4.30",
"jax",
"jaxlib",
"jaxbind",
"ducc0>=0.27.0",
]
......
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