Skip to content

Commit

Permalink
Updates to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdurrant committed Dec 19, 2023
1 parent ac1bc25 commit d4d4f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ You can build a virtualenv with the requirements:
$ python3 -m venv leadopt_env
$ source ./leadopt_env/bin/activate
$ pip install -r requirements.txt
$ pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
```

Note: `Cuda 10.1` is required during training
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ tqdm==4.48.2
urllib3==1.25.10
wandb==0.9.4
watchdog==0.10.3
rdkit=2023.09.2

0 comments on commit d4d4f8e

Please sign in to comment.