Skip to content

Commit

Permalink
chore(deps): bump to allow NumPy >= 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 12, 2024
1 parent 879bb11 commit 374a946
Show file tree
Hide file tree
Showing 4 changed files with 222 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
uses: actions/setup-python@v5

- name: Install NumPy
run: pip install "numpy<2"
run: pip install numpy

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
Expand Down
Loading

0 comments on commit 374a946

Please sign in to comment.