File size: 384 Bytes
69330cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19


# (Optional) Install uv
# curl -LsSf https://astral.sh/uv/install.sh | sh
# source $HOME/.local/bin/env

TORCH=2.2.0

uv pip install torch==${TORCH}
uv pip install torch-scatter --no-build-isolation
uv pip install torch-sparse --no-build-isolation

uv pip install dgl -f https://data.dgl.ai/wheels/torch-${TORCH}/cpu/repo.html

uv pip install -e .[test]
uv pip install -e .[mace]