Skip to content

Commit 0fc3b6e

Browse files
committed
revert numpy version change
1 parent 2da7779 commit 0fc3b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
python: ["3.9", "3.10", "3.11", "3.12"]
112-
numpy: ['2.*']
112+
numpy: ['1.26']
113113
experimental: [false]
114114
runner: [ubuntu-latest]
115115
continue-on-error: ${{ matrix.experimental }}
@@ -177,7 +177,7 @@ jobs:
177177
strategy:
178178
matrix:
179179
python: ["3.9", "3.10", "3.11", "3.12"]
180-
numpy: ['2.*']
180+
numpy: ['1.26']
181181
experimental: [false]
182182
runner: [windows-latest]
183183
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)