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.
2 parents 6ba3e62 + 5e26653 commit 8c5c668Copy full SHA for 8c5c668
setup.py
@@ -28,6 +28,7 @@ def read(fname):
28
license="MIT",
29
keywords="gpu optimizers optimization 8-bit quantization compression",
30
url="https://github.com/TimDettmers/bitsandbytes",
31
+ install_requires=['scipy'],
32
packages=find_packages(),
33
package_data={"": libs},
34
long_description=read("README.md"),
0 commit comments