File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ pip3 install -e . # NOTE: must comment out `posecheck` requirement in `pyprojec
8888# - DiffDock environment (~13 GB)
8989mamba env create -f environments/diffdock_environment.yaml --prefix forks/DiffDock/DiffDock/
9090conda activate forks/DiffDock/DiffDock/ # NOTE: one still needs to use `conda` to (de)activate environments
91+ pip3 install pyg-lib -f https://data.pyg.org/whl/torch-2.1.0+cu118.html
9192# - FABind environment (~6 GB)
9293mamba env create -f environments/fabind_environment.yaml --prefix forks/FABind/FABind/
9394conda activate forks/FABind/FABind/ # NOTE: one still needs to use `conda` to (de)activate environments
Original file line number Diff line number Diff line change @@ -303,7 +303,6 @@ dependencies:
303303 - pyaml==21.10.1
304304 - pybind11==2.11.1
305305 - pydub==0.25.1
306- - git+https://github.com/pyg-team/pyg-lib.git
307306 - pyparsing==3.0.9
308307 - pyperclip==1.8.2
309308 - python-dotenv==1.0.0
You can’t perform that action at this time.
0 commit comments