From 3611c637260272b3d34a298f221623cb59e01091 Mon Sep 17 00:00:00 2001 From: Chengxi Zang Date: Mon, 19 Oct 2020 21:57:55 -0400 Subject: [PATCH] Update README.md add lib version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 046063b..dac7f02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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) @@ -27,7 +27,7 @@ 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) ```