Skip to content

Commit

Permalink
Bump max supported jaxlib/jax version
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Dec 13, 2023
1 parent 98ebb89 commit 325bc5a
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 @@ -17,7 +17,7 @@ Version 0.0.5 (unreleased)
• Rename ``solver.ATADSolver`` to ``solver.MatrixATADSolver``.
• Rename some ``__init__`` parameters of ``linop.DiagonalStack`` and
``linop.VerticalStack``.
• Support ``jaxlib`` and ``jax`` versions 0.4.3 to 0.4.20.
• Support ``jaxlib`` and ``jax`` versions 0.4.3 to 0.4.21.
• Support ``flax`` versions up to 0.7.5.
• Use ``orbax`` for checkpointing ``flax`` models.

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.20
jax>=0.4.3,<=0.4.20
jaxlib>=0.4.3,<=0.4.21
jax>=0.4.3,<=0.4.21
flax>=0.6.1,<=0.7.5
svmbir>=0.3.3
pyabel>=0.9.0

0 comments on commit 325bc5a

Please sign in to comment.