Skip to content

Commit 59d81f2

Browse files
committed
Bump NumPy version in conda-package workflow to 2.3
1 parent ff3e603 commit 59d81f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ jobs:
111111
- python: '3.9'
112112
numpy: '1.26'
113113
- python: '3.10'
114-
numpy: '2.2'
114+
numpy: '2.3'
115115
- python: '3.11'
116-
numpy: '2.2'
116+
numpy: '2.3'
117117
- python: '3.12'
118-
numpy: '2.2'
118+
numpy: '2.3'
119119
env:
120120
CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
121121

0 commit comments

Comments
 (0)