Skip to content

Commit

Permalink
Testing jax and jaxlib versions #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Rigo committed Sep 6, 2024
1 parent 6a681e0 commit c6c9daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def build_extension(self, ext):
package_dir={"": "src"},
include_package_data=True,
install_requires=[
"jax>=0.4.16,<=0.4.23",
"jaxlib>=0.4.16,<=0.4.23",
"jax>=0.4.16,<=0.4.26",
"jaxlib>=0.4.16,<=0.4.26",
"numpy<2",
"mpi4jax>=0.4.0"
],
Expand Down

0 comments on commit c6c9daf

Please sign in to comment.