We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29a224 commit 7fd0b27Copy full SHA for 7fd0b27
.github/workflows/testing.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Install dependencies via Conda
60
shell: bash -el {0}
61
- run: conda install -y numpy=1.23.5
+ run: conda install -y "numpy>=1.26,<2.0"
62
63
- name: Install and test
64
run: |
0 commit comments