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