From 195f98d40c97c288ce3248cbad6984120add1204 Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Tue, 5 Dec 2023 18:36:21 -0500 Subject: [PATCH 1/2] add rdkit in the pypi dep --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2ae64dc..c794f31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] From 714919aa1fff2ba60ab4f9779c271f569161c0bd Mon Sep 17 00:00:00 2001 From: Hadrien Mary Date: Tue, 5 Dec 2023 19:04:07 -0500 Subject: [PATCH 2/2] add ds_store to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e920d31b..3e4b26ea 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ site/ .idea/ __pycache__ +.DS_Store