File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,6 +114,10 @@ Optional dependencies are installed using the following syntax:
114114``` bash
115115python3 -m pip install ./ATLAS[' OPTIONAL_DEPENDENCY_NAME' ]
116116```
117+ on Mac:
118+ ``` bash
119+ python3 -m pip install " ./ATLAS[OPTIONAL_DEPENDENCY_NAME]"
120+ ```
117121
118122Some installation examples follow:
119123
@@ -123,6 +127,10 @@ Some installation examples follow:
123127# Install the library and the MACE dependencies in the venv using pip
124128python3 -m pip install ./ATLAS[' mace' ]
125129```
130+ on Mac:
131+ ``` bash
132+ python3 -m pip install " ./ATLAS[mace]"
133+ ```
126134
127135#### Using ` uv `
128136
Original file line number Diff line number Diff line change @@ -50,9 +50,9 @@ mace = [
5050 " mace-torch==0.3.14" ,
5151 " torch>=2.5.0,<2.10" ,
5252 " torchvision>=0.24.1" ,
53- " cuequivariance" ,
54- " cuequivariance-torch" ,
55- " cuequivariance-ops-torch-cu12" ,
53+ " cuequivariance; sys_platform != 'darwin' " ,
54+ " cuequivariance-torch; sys_platform != 'darwin' " ,
55+ " cuequivariance-ops-torch-cu12; sys_platform != 'darwin' " ,
5656 # "cuequivariance==0.5.1",
5757 # "cuequivariance-torch==0.5.1",
5858 # "cuequivariance-ops-torch-cu12==0.5.1",
You can’t perform that action at this time.
0 commit comments