Skip to content

Commit fd821a9

Browse files
committed
only work with numpy 2.0 for python 3.9
1 parent 2cdc6cc commit fd821a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/io-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
python-version: ['3.9', '3.12']
22-
numpy-version: ['1.26', '2.1']
22+
numpy-version: ['1.26', '2.0']
2323
defaults:
2424
# by default run in bash mode (required for conda usage)
2525
run:

0 commit comments

Comments
 (0)