From 547f856e5d71d29646be21af8eec26a2063f316b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 00:37:06 +0000 Subject: [PATCH] Bump bitsandbytes from 0.37.2 to 0.41.0 Bumps [bitsandbytes](https://github.com/TimDettmers/bitsandbytes) from 0.37.2 to 0.41.0. - [Release notes](https://github.com/TimDettmers/bitsandbytes/releases) - [Changelog](https://github.com/TimDettmers/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](https://github.com/TimDettmers/bitsandbytes/commits/0.41.0) --- updated-dependencies: - dependency-name: bitsandbytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Former-commit-id: 92d70118a391e3160bc76002e782c189f632e037 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4628ce93..7882f785 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,7 +77,7 @@ celery==5.2.7 redis==4.5.4 sentencepiece -bitsandbytes==0.37.2 +bitsandbytes==0.41.0 psycopg2-binary==2.9.5 google-search-results==2.4.2 diff --git a/setup.py b/setup.py index e8c18939..c54b425e 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ setup( 'celery==5.2.7', 'redis==4.5.4', 'sentencepiece', - 'bitsandbytes==0.37.2', + 'bitsandbytes==0.41.0', 'psycopg2-binary==2.9.5', 'google-search-results==2.4.2', 'black==23.7.0',