Skip to content

Commit 5e26653

Browse files
authored
Added scipy to install_requires
1 parent 237ad49 commit 5e26653

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def read(fname):
2525
license="MIT",
2626
keywords="gpu optimizers optimization 8-bit quantization compression",
2727
url="https://github.com/TimDettmers/bitsandbytes",
28+
install_requires=['scipy'],
2829
packages=find_packages(),
2930
package_data={"": libs},
3031
long_description=read("README.md"),

0 commit comments

Comments
 (0)