Unverified Commit 53f8af8c authored by Animesh Kumar's avatar Animesh Kumar Committed by GitHub
Browse files

Fix Remove redundant dependency keyword parameter (#983)

parent 1e642109
...@@ -26,7 +26,6 @@ setup( ...@@ -26,7 +26,6 @@ setup(
license="MIT", license="MIT",
keywords="gpu optimizers optimization 8-bit quantization compression", keywords="gpu optimizers optimization 8-bit quantization compression",
url="https://github.com/TimDettmers/bitsandbytes", url="https://github.com/TimDettmers/bitsandbytes",
install_requires=['scipy'],
packages=find_packages(), packages=find_packages(),
package_data={"": libs}, package_data={"": libs},
install_requires=['torch', 'numpy', 'scipy'], install_requires=['torch', 'numpy', 'scipy'],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment