We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237ad49 commit 5e26653Copy full SHA for 5e26653
setup.py
@@ -25,6 +25,7 @@ def read(fname):
25
license="MIT",
26
keywords="gpu optimizers optimization 8-bit quantization compression",
27
url="https://github.com/TimDettmers/bitsandbytes",
28
+ install_requires=['scipy'],
29
packages=find_packages(),
30
package_data={"": libs},
31
long_description=read("README.md"),
0 commit comments