Skip to content

Commit f0ce37a

Browse files
committed
add build deps
1 parent 94d2eb9 commit f0ce37a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Upgrade pip
4444
run: python -m pip install -U pip
4545

46+
- name: Install build dependencies
47+
run: pip install "numpy<2.0" setuptools wheel
48+
4649
- name: Install PyTorch CPU
4750
if: matrix.env == 'conda'
4851
run: conda install pytorch cpuonly -c pytorch

0 commit comments

Comments
 (0)