Skip to content

Commit

Permalink
fix: TypeError: _unique_dispatcher() got an unexpected keyword argume…
Browse files Browse the repository at this point in the history
…nt 'equal_nan'

'equal_nan' was introduced from Numpy 1.24
https://numpy.org/doc/1.24/reference/generated/numpy.unique.html
  • Loading branch information
ianna authored Sep 10, 2024
1 parent 5232229 commit b46a427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
numpy-version: "latest"
runs-on: ubuntu-latest
- python-version: "3.9"
numpy-version: "1.22.0"
numpy-version: "1.24.0"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b46a427

Please sign in to comment.