Skip to content

Commit

Permalink
Merge pull request #525 from dulalbert/patch-1
Browse files Browse the repository at this point in the history
Added scipy to requirements.txt
  • Loading branch information
TimDettmers authored Jan 2, 2024
2 parents 6ba3e62 + 5e26653 commit 8c5c668
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 @@ -28,6 +28,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 8c5c668

Please sign in to comment.