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 ef8f70a commit 21ecd1cCopy full SHA for 21ecd1c
.github/workflows/test.yml
@@ -95,9 +95,7 @@ jobs:
95
env:
96
HF_TOKEN: ${{ secrets.HUGGING_FACE_TOKEN }}
97
run: |
98
- uv pip install "torch>2" --index-url https://download.pytorch.org/whl/cpu --system
99
- uv pip install "torch-scatter" -f https://data.pyg.org/whl/torch-2.6.0+cpu.html --system
100
- uv pip install "torch-sparse" -f https://data.pyg.org/whl/torch-2.6.0+cpu.html --system
+ uv pip install "torch>=2.6" --index-url https://download.pytorch.org/whl/cpu --system
101
uv pip install "fairchem-core>=2.2.0" --system
102
uv pip install "huggingface_hub[cli]" --system
103
uv pip install -e .[test] --resolution=${{ matrix.version.resolution }} --system
0 commit comments