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 8a7fdd7 commit f9ad4ffCopy full SHA for f9ad4ff
.github/workflows/install.yml
@@ -47,12 +47,8 @@ jobs:
47
run: python -m pip install -U pip
48
49
- name: Install build dependencies
50
- run: pip install "numpy<2.0" setuptools wheel
+ run: pip install --upgrade "setuptools>=69.0.0" "numpy<2.0" wheel
51
52
- - name: Install PyTorch CPU
53
- if: matrix.env == 'conda'
54
- run: conda install pytorch cpuonly -c pytorch
55
-
56
- name: Install PyTorch CPU
57
if: matrix.env == 'pip'
58
run: pip install torch --index-url https://download.pytorch.org/whl/cpu
0 commit comments