From 7eeb828e5082b3e2ab31eef9e19ef9ad86dd9381 Mon Sep 17 00:00:00 2001 From: Pranab Das <31024886+pranabdas@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:19:03 +0800 Subject: [PATCH] SOF-7417: set numpy>=1.24.4,<2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 003368a..1f6420f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]