From f2fae6db91191b82d294b2d834bbf47f5f7cc419 Mon Sep 17 00:00:00 2001 From: Florian Zimmermeister Date: Tue, 11 Jul 2023 18:33:32 +0200 Subject: [PATCH] Update requirements.txt bnb version --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9b8b2164e..50faac2d8 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,5 +1,5 @@ backoff==2.2.1 ; python_version >= "3.9" and python_version < "4.0" -bitsandbytes==0.38.1 ; python_version >= "3.9" and python_version < "4.0" +bitsandbytes==0.40.0 ; python_version >= "3.9" and python_version < "4.0" certifi==2023.5.7 ; python_version >= "3.9" and python_version < "4.0" charset-normalizer==3.1.0 ; python_version >= "3.9" and python_version < "4.0" click==8.1.3 ; python_version >= "3.9" and python_version < "4.0"