Skip to content

Commit

Permalink
Temporarily restrict to NumPy <2 due to dependency incompats
Browse files Browse the repository at this point in the history
Signed-off-by: Håkon Wiik Ånes <[email protected]>
  • Loading branch information
hakonanes committed Oct 5, 2024
1 parent 59ed1ad commit f8e56f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ dependencies = [
"lazy_loader",
"matplotlib >= 3.5",
"numba >= 0.57",
"numpy >= 1.23.0",
# TODO: Remove pinning of NumPy <2 once HyperSpy 2.0 is supported
"numpy >= 1.23.0, <2",
"orix >= 0.12.1",
"pooch >= 1.3.0",
"pyyaml",
Expand Down

0 comments on commit f8e56f0

Please sign in to comment.