There was an error while loading. Please reload this page.
1 parent 51b66f3 commit 30f1104Copy full SHA for 30f1104
1 file changed
.github/workflows/deploy.yml
@@ -63,11 +63,7 @@ jobs:
63
- name: Install numpy first (pre-built wheel)
64
run: |
65
python -m pip install --upgrade pip setuptools wheel
66
-<<<<<<< HEAD
67
- python -m pip install --no-cache-dir --no-build-isolation "numpy>=1.21.2,<1.26"
68
-=======
69
python -m pip install --no-cache-dir --only-binary numpy "numpy>=1.26,<2.0"
70
->>>>>>> 387699dd73812b1b137243ab8ef70c4f62e36dca
71
72
- name: Install dependencies
73
0 commit comments