Skip to content

Commit 8c5c668

Browse files
authored
Merge pull request #525 from dulalbert/patch-1
Added scipy to requirements.txt
2 parents 6ba3e62 + 5e26653 commit 8c5c668

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
@@ -28,6 +28,7 @@ def read(fname):
2828
license="MIT",
2929
keywords="gpu optimizers optimization 8-bit quantization compression",
3030
url="https://github.com/TimDettmers/bitsandbytes",
31+
install_requires=['scipy'],
3132
packages=find_packages(),
3233
package_data={"": libs},
3334
long_description=read("README.md"),

0 commit comments

Comments
 (0)