Skip to content

Commit 1f7c908

Browse files
committed
attempt to pin in CI numpy to 2.4.5
1 parent 31d606f commit 1f7c908

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conda-package-cf.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ jobs:
191191
- python: "3.10"
192192
numpy: "2.2"
193193
- python: "3.11"
194-
numpy: "2.4"
194+
numpy: "2.4.5"
195195
- python: "3.12"
196-
numpy: "2.4"
196+
numpy: "2.4.5"
197197
- python: "3.13"
198-
numpy: "2.4"
198+
numpy: "2.4.5"
199199
- python: "3.14"
200-
numpy: "2.4"
200+
numpy: "2.4.5"
201201
env:
202202
conda-bld: C:\Miniconda\conda-bld\win-64\
203203
steps:

0 commit comments

Comments
 (0)