Skip to content

Commit 5ec3f4c

Browse files
committed
fix conda error
1 parent f454b7b commit 5ec3f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: python -m pip install -U pip
4545

4646
- name: Install build dependencies
47-
run: pip install --upgrade "setuptools>=69.0.0" "numpy<2.0" wheel
47+
run: pip install --upgrade "setuptools>=69.0.0" "packaging>=24.2" "numpy<2.0" wheel
4848

4949
- name: Install PyTorch CPU
5050
run: pip install torch --index-url https://download.pytorch.org/whl/cpu

0 commit comments

Comments
 (0)