Skip to content

Commit

Permalink
Add a temporary upper bounds on scipy and orbax-checkpoint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bwohlberg committed Apr 9, 2024
1 parent d9026d3 commit ec16871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
typing_extensions
numpy>=1.20.0
scipy>=1.6.0
scipy>=1.6.0,<1.13
imageio>=2.17
tifffile
matplotlib
jaxlib>=0.4.3,<=0.4.23
jax>=0.4.3,<=0.4.23
orbax-checkpoint
orbax-checkpoint<=0.5.7
flax>=0.6.1,<=0.7.5
pyabel>=0.9.0

0 comments on commit ec16871

Please sign in to comment.