Skip to content

Commit

Permalink
chore: remove numpy version pinning
Browse files Browse the repository at this point in the history
To allow for jupyter lite use
  • Loading branch information
timurbazhirov committed Feb 2, 2024
1 parent 3a91b5c commit 205cfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"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",
# "numpy==1.23.5",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 205cfc7

Please sign in to comment.