Skip to content

Commit 48bb905

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ jobs:
113113
- python: '3.10'
114114
numpy: '2.2'
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

@@ -185,9 +185,9 @@ jobs:
185185
- python: '3.10'
186186
numpy: '2.2'
187187
- python: '3.11'
188-
numpy: '2.2'
188+
numpy: '2.3'
189189
- python: '3.12'
190-
numpy: '2.2'
190+
numpy: '2.3'
191191
env:
192192
CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
193193

0 commit comments

Comments
 (0)