Skip to content

Commit

Permalink
chore: fix numpy version to work in Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Jan 25, 2024
1 parent bd32c63 commit 07a57d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Expand Up @@ -21,6 +21,8 @@ dependencies = [
"mat3ra-esse>=2024.1.25.post7",
"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",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 07a57d0

Please sign in to comment.