Skip to content

Commit 7fd0b27

Browse files
authored
Update testing.yml
1 parent d29a224 commit 7fd0b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Install dependencies via Conda
6060
shell: bash -el {0}
61-
run: conda install -y numpy=1.23.5
61+
run: conda install -y "numpy>=1.26,<2.0"
6262

6363
- name: Install and test
6464
run: |

0 commit comments

Comments
 (0)