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 f454b7b commit 5ec3f4cCopy full SHA for 5ec3f4c
.github/workflows/install.yml
@@ -44,7 +44,7 @@ jobs:
44
run: python -m pip install -U pip
45
46
- name: Install build dependencies
47
- run: pip install --upgrade "setuptools>=69.0.0" "numpy<2.0" wheel
+ 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
0 commit comments