Skip to content

Commit

Permalink
fix: numpy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Sep 8, 2023
1 parent ebd4bc0 commit a9d8cfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/test_manylinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
PATH = {k: ":".join(PATH_DIRS).format(devtoolset=v) for k, v in DEVTOOLSET.items()}
WHEEL_CACHE_FOLDER = op.expanduser("~/.cache/auditwheel_tests")
NUMPY_VERSION_MAP = {
"37": "1.19.2",
"38": "1.19.2",
"39": "1.19.2",
"37": "1.21.4",
"38": "1.21.4",
"39": "1.21.4",
"310": "1.21.4",
"311": "1.23.4",
}
Expand Down

0 comments on commit a9d8cfa

Please sign in to comment.