Skip to content

Commit

Permalink
SOF-7417: set numpy>=1.24.4,<2
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Aug 7, 2024
1 parent ac25885 commit 7eeb828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.24.4",
"numpy>=1.24.4,<2",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 7eeb828

Please sign in to comment.