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.
2 parents af109b5 + 84c1500 commit 107c94bCopy full SHA for 107c94b
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Upgrade pip, install deps
42
run: |
43
python -m pip install --upgrade pip
44
- pip install numpy<2.0.0 # due to lingering issues with other modules
+ pip install 'numpy<2.0.0' # due to lingering issues with other modules
45
pip install .[dev]
46
47
- name: List packages so far
0 commit comments