Skip to content

Commit 30f1104

Browse files
authored
Update deploy.yml
1 parent 51b66f3 commit 30f1104

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ jobs:
6363
- name: Install numpy first (pre-built wheel)
6464
run: |
6565
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-
=======
6966
python -m pip install --no-cache-dir --only-binary numpy "numpy>=1.26,<2.0"
70-
>>>>>>> 387699dd73812b1b137243ab8ef70c4f62e36dca
7167
7268
- name: Install dependencies
7369
run: |

0 commit comments

Comments
 (0)