Skip to content

Commit bc6d5a0

Browse files
committed
Fix DiffDock environment installation
1 parent 28ef52a commit bc6d5a0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ pip3 install -e . # NOTE: must comment out `posecheck` requirement in `pyprojec
8888
# - DiffDock environment (~13 GB)
8989
mamba env create -f environments/diffdock_environment.yaml --prefix forks/DiffDock/DiffDock/
9090
conda 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)
9293
mamba env create -f environments/fabind_environment.yaml --prefix forks/FABind/FABind/
9394
conda activate forks/FABind/FABind/ # NOTE: one still needs to use `conda` to (de)activate environments

environments/diffdock_environment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)