Skip to content

Commit 07a57d0

Browse files
committed
chore: fix numpy version to work in Colab
1 parent bd32c63 commit 07a57d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ dependencies = [
2121
"mat3ra-esse>=2024.1.25.post7",
2222
"rdkit-pypi>=2022.3.5",
2323
"jarvis-tools>=2023.12.12",
24+
# To avoid module 'numpy.linalg._umath_linalg' has no attribute '_ilp64' in Colab
25+
"numpy==1.23.5",
2426
]
2527

2628
[project.optional-dependencies]

0 commit comments

Comments
 (0)