From fcbe8859cf9f62eed2fe1e079bbf8ce03fbeee83 Mon Sep 17 00:00:00 2001 From: zouxiaochuan Date: Thu, 20 Jul 2023 11:28:22 +0800 Subject: [PATCH] [MNT] add sqlalchemy in setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e29687..37e41f4 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def get_platform(): # What packages are required for this module to be executed? # `estimator` may depend on other packages. In order to reduce dependencies, it is not written here. REQUIRED = [ - "numpy>=1.20.0, <1.24", + "numpy>=1.20.0", "pandas>=0.25.1", "scipy>=1.0.0", "matplotlib>=3.1.3", @@ -65,6 +65,7 @@ REQUIRED = [ "lightgbm>=3.3.0", "psutil>=5.9.4", "torchvision>=0.15.1", + "sqlalchemy", ] if get_platform() != MACOS: