From 1df813954d228d71d6d5d7bba05caa469a6bcdf4 Mon Sep 17 00:00:00 2001 From: gyzhou2000 Date: Thu, 18 Jul 2024 06:43:07 +0000 Subject: [PATCH] update numpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 42012b70..0e00de1c 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ def load_extensions(): return extensions -install_requires = ['numpy', 'pandas', 'numba', 'scipy', 'protobuf', 'pyparsing', 'rdkit', +install_requires = ['numpy==1.24', 'pandas', 'numba', 'scipy', 'protobuf', 'pyparsing', 'rdkit', 'tensorboardx', 'pytest', 'tensorlayerx', 'rich', 'tqdm', 'pybind11', 'panda', 'ninja'] classifiers = [