Skip to content

Commit

Permalink
update v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asarigun committed Sep 25, 2024
1 parent 7586a18 commit 932e82c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 932e82c

Please sign in to comment.