Skip to content

Commit

Permalink
Merge pull request #219 from datamol-io/pypi_dep
Browse files Browse the repository at this point in the history
Add rdkit as a pypi dep
  • Loading branch information
hadim authored Dec 6, 2023
2 parents ab1b54c + 714919a commit 7186d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ site/

.idea/
__pycache__
.DS_Store
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ dependencies = [
"packaging",
"typing-extensions",
"importlib-resources",
# NOTE(hadim): can't add rdkit because of `pip` will always override
# the conda package at the moment.
# See:
# - https://github.com/rdkit/rdkit/issues/5378
# - https://github.com/conda-forge/rdkit-feedstock/issues/104
# "rdkit",
"rdkit",
]

[project.urls]
Expand Down

0 comments on commit 7186d2b

Please sign in to comment.