Skip to content

Commit

Permalink
chore: comment out rdkit in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Feb 2, 2024
1 parent 205cfc7 commit 1d5dc3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -19,7 +19,8 @@ dependencies = [
"pymatgen>=2023.8.10",
"ase>=3.17.0",
"mat3ra-esse>=2024.1.25.post7",
"rdkit-pypi>=2022.3.5",
# Note: temporarily removed the dependency to allow for Jupyter-Lite use
# "rdkit-pypi>=2022.3.5",
"jarvis-tools>=2023.12.12",
# To avoid module 'numpy.linalg._umath_linalg' has no attribute '_ilp64' in Colab
# "numpy==1.23.5",
Expand Down

0 comments on commit 1d5dc3c

Please sign in to comment.