From 43cf71172e60c9620c95a789ab1534eaf9bad936 Mon Sep 17 00:00:00 2001 From: Won-Kyu Park Date: Wed, 24 Jan 2024 19:10:43 +0900 Subject: [PATCH] fix merge mistake by commit 1e642109 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ea5c5ee8c..a89d11905 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ def read(fname): license="MIT", keywords="gpu optimizers optimization 8-bit quantization compression", url="https://github.com/TimDettmers/bitsandbytes", - install_requires=['scipy'], packages=find_packages(), package_data={"": libs}, install_requires=['torch', 'numpy', 'scipy'],