Skip to content

Commit

Permalink
Added scipy to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
dulalbert authored Jul 12, 2023
1 parent 237ad49 commit 5e26653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def read(fname):
license="MIT",
keywords="gpu optimizers optimization 8-bit quantization compression",
url="https://github.com/TimDettmers/bitsandbytes",
install_requires=['scipy'],
packages=find_packages(),
package_data={"": libs},
long_description=read("README.md"),
Expand Down

0 comments on commit 5e26653

Please sign in to comment.