Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add lib version
  • Loading branch information
calvin-zcx authored Oct 20, 2020
1 parent a218dce commit 3611c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ https://arxiv.org/abs/2006.10137

## 0. Install Libs:
```
conda create --name moflow python pandas matplotlib (conda 4.6.7, python 3.8.5)
conda create --name moflow python pandas matplotlib (conda 4.6.7, python 3.8.5, pandas 1.1.2, matplotlib 3.3.2)
conda activate moflow
conda install pytorch torchvision cudatoolkit=10.2 -c pytorch (pytorch 1.6.0, torchvision 0.7.0)
conda install rdkit (rdkit 2020.03.6)
conda install orderedset (orderset 2.0.3)
conda install tabulate (tabulate 0.8.7)
conda install networkx (networkx 2.5)
conda install scipy (scipy 1.5.0)
conda install seaborn
conda install seaborn (seaborn 0.11.0)
pip install cairosvg (cairosvg 2.4.2)
pip install tqdm (tqdm 4.50.0)
```
Expand Down

0 comments on commit 3611c63

Please sign in to comment.