Skip to content

Commit

Permalink
add rdkit dependency to bionemo-geometric (#432)
Browse files Browse the repository at this point in the history
---

Added RDkit as dependency to bionemo-geometric

If it is a code change, Be sure to answer:_
  - Added RDkit dependency to bionemo-geometric
  - Enables all small molecules functions with RDkit
  - Use as `import rdkit`
---
  • Loading branch information
sveccham authored Nov 15, 2024
1 parent 47ba1ec commit 5147cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sub-packages/bionemo-geometric/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ dependencies = [
'torch-geometric==2.5.0',
'torch-scatter==2.1.2',
'torch_sparse==0.6.18',
'rdkit==2023.9.6',
]

[tool.setuptools.packages.find]
Expand Down
1 change: 1 addition & 0 deletions sub-packages/bionemo-geometric/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ torch-cluster==1.6.3
torch-geometric==2.5.0
torch-scatter==2.1.2
torch_sparse==0.6.18
rdkit==2023.9.6

0 comments on commit 5147cb8

Please sign in to comment.