Skip to content

Commit

Permalink
Bump max jaxlib/jax versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Oct 26, 2023
1 parent fe97787 commit 5e293c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Version 0.0.5 (unreleased)
----------------------------

• Rename ``solver.ATADSolver`` to ``solver.MatrixATADSolver``.
• Support ``jaxlib`` and ``jax`` versions 0.4.3 to 0.4.17.
• Support ``jaxlib`` and ``jax`` versions 0.4.3 to 0.4.19.



Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ scipy>=1.6.0
tifffile
imageio>=2.17
matplotlib
jaxlib>=0.4.3,<=0.4.17
jax>=0.4.3,<=0.4.17
jaxlib>=0.4.3,<=0.4.19
jax>=0.4.3,<=0.4.19
flax>=0.6.1,<=0.6.9
svmbir>=0.3.3
pyabel>=0.9.0

0 comments on commit 5e293c1

Please sign in to comment.