From c301235fd8368d6eed68e6456f663cf9e43f5714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:13:32 +0000 Subject: [PATCH] Update bitsandbytes requirement from >=0.45.5 to >=0.49.2 Updates the requirements on [bitsandbytes](https://github.com/bitsandbytes-foundation/bitsandbytes) to permit the latest version. - [Release notes](https://github.com/bitsandbytes-foundation/bitsandbytes/releases) - [Changelog](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitsandbytes-foundation/bitsandbytes/compare/0.45.5...0.49.2) --- updated-dependencies: - dependency-name: bitsandbytes dependency-version: 0.49.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6473d2..32c8a30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] requires-python = ">=3.11" dependencies = [ - "bitsandbytes>=0.45.5", + "bitsandbytes>=0.49.2", "pytorch-symbolic>=1.1.1", # "torch" NICHT hier eintragen! Für CUDA siehe README und installiere das passende Wheel manuell nach dem uv sync: # uv pip install torch==2.6.0+cu126 --index-url https://download.pytorch.org/whl/cu126 --force-reinstall