Skip to content

Commit

Permalink
Grab later build of numpy; workaround for numpy/numpy#23808.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 14, 2023
1 parent 47c5fe9 commit 96a33fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[testenv]
deps =
# workaround for numpy/numpy#23808
numpy @ git+https://github.com/rgommers/numpy@default-to-meson ; python_version >= "3.12"
setenv =
PYTHONWARNDEFAULTENCODING = 1
commands =
Expand Down

0 comments on commit 96a33fc

Please sign in to comment.