Skip to content

Commit

Permalink
Pin numpy version to < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Jun 27, 2024
1 parent f68d96a commit 1687089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ deps =
imageio
# we fix matplotlib for consistent image tests
matplotlib==3.7.2
numpy
numpy<2.0.0
scikit-image
ipympl
commands =
Expand Down Expand Up @@ -67,7 +67,7 @@ deps =
imageio
# we fix matplotlib for consistent image tests
matplotlib==3.7.2
numpy
numpy<2.0.0
scikit-image
ipympl
commands =
Expand Down

0 comments on commit 1687089

Please sign in to comment.