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 6b2cbb9 + 5ec3f4c commit bcb2fc5Copy full SHA for bcb2fc5
.github/workflows/install.yml
@@ -43,5 +43,11 @@ jobs:
43
- name: Upgrade pip
44
run: python -m pip install -U pip
45
46
+ - name: Install build dependencies
47
+ run: pip install --upgrade "setuptools>=69.0.0" "packaging>=24.2" "numpy<2.0" wheel
48
+
49
+ - name: Install PyTorch CPU
50
+ run: pip install torch --index-url https://download.pytorch.org/whl/cpu
51
52
- name: Install pufferlib
- run: pip install -e .
53
+ run: pip install -e . --no-build-isolation
0 commit comments