From 932e82c09eb77dca58b89c8f6baf70779e9f421f Mon Sep 17 00:00:00 2001 From: asarigun Date: Wed, 25 Sep 2024 15:46:43 +0200 Subject: [PATCH] update v0.1.0 --- README.md | 3 +++ pyproject.toml | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c3cee2..23db9fe 100755 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ conda create --name CompassDock python=3.11 -c conda-forge conda install -c mx -c conda-forge reduce conda install -c conda-forge openbabel conda install -c conda-forge datamol +pip install "fair-esm @ git+https://github.com/asarigun/esm.git", +pip install "dllogger @ git+https://github.com/NVIDIA/dllogger.git", +pip install "openfold @ git+https://github.com/asarigun/openfold.git" pip install compassdock ``` diff --git a/pyproject.toml b/pyproject.toml index 9ea7da8..e230d06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,10 +39,7 @@ dependencies = [ "seaborn", "prolif==2.0.3", "pybel==0.15.5", - "numpy==1.26.4", - "fair-esm @ git+https://github.com/asarigun/esm.git", - "dllogger @ git+https://github.com/NVIDIA/dllogger.git", - "openfold @ git+https://github.com/asarigun/openfold.git" + "numpy==1.26.4" ] [tool.setuptools.packages.find]