Skip to content

Commit

Permalink
remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianfan Fu committed Jul 18, 2023
1 parent ebda582 commit 2a62cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository hosts an open-source benchmark for Practical Molecular Optimizat



## install
## Installation

```bash
conda create -n molopt python=3.7
Expand All @@ -25,15 +25,13 @@ wandb login ### user need to register wandb

We recommend to use PyTorch 1.10.2 and PyTDC 0.3.6.

<!-- pip install nltk: only for smiles_ga -->
<!-- pip install guacamol -->
<!-- pip install networkx -->
<!-- pip install joblib -->



## activate conda

Then we can activate conda via following command.
```bash
conda activate molopt
```
Expand Down Expand Up @@ -87,7 +85,7 @@ We have processed the data, pretrained the model. Both are available in the repo
| | `assembly` | `additional package` | `time` | `requires_gpu` |
|-----------------------------------------------------------------------------------------------------------|------------|-----------------------------------------------|-----------|---------|
| **screening** | - | - | 2 min | no |
| **[molpal](https://pubs.rsc.org/en/content/articlehtml/2021/sc/d0sc06805e)** | - | ray, ConfigArgParse, pytorch-lightning | 1 hour | no |
| **[molpal](https://pubs.rsc.org/en/content/articlehtml/2021/sc/d0sc06805e)** | - | ray, tensorflow, ConfigArgParse, pytorch-lightning | 1 hour | no |
| **[graph\_ga](https://pubs.rsc.org/en/content/articlelanding/2019/sc/c8sc05372c)** | fragment | joblib | 3 min | no |
| **[smiles\_ga](https://pubs.acs.org/doi/10.1021/acs.jcim.8b00839)** | SMILES | joblib, nltk | 2 min | no |
| **[stoned](https://chemrxiv.org/engage/chemrxiv/article-details/60c753f00f50db6830397c37)** | SELFIES | - | 3 min | no |
Expand Down
4 changes: 0 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
botorch==0.6.1
dgl==0.6.1
gpytorch==1.6.0
joblib==1.1.0
matplotlib==3.5.1
Expand All @@ -8,12 +7,9 @@ numpy==1.21.2
pandas==1.3.4
PyTDC==0.3.6
PyYAML==6.0
requests==2.27.1
scikit_learn==0.21.3
scipy==1.7.3
selfies==2.0.0
six==1.16.0
tensorboardX==2.5
tensorflow==2.8.0
tqdm==4.63.0
wandb

0 comments on commit 2a62cc1

Please sign in to comment.