Skip to content

Commit fb493ae

Browse files
committed
build(deps): revive bitsandbytes
1 parent 0821177 commit fb493ae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

poetry.lock

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ classifiers = [
4747
python = ">=3.8,<4.0.0"
4848
numpy = { version = "*", python = ">=3.8" }
4949
torch = { version = ">=1.10", python = ">=3.8", source = "torch" }
50+
bitsandbytes = { version = "^0.43", optional = true }
5051

5152
[tool.poetry.dev-dependencies]
5253
isort = { version = "^5", python = ">=3.8" }
@@ -55,6 +56,9 @@ ruff = "*"
5556
pytest = "*"
5657
pytest-cov = "*"
5758

59+
[tool.poetry.extras]
60+
bitsandbytes = ["bitsandbytes"]
61+
5862
[[tool.poetry.source]]
5963
name = "torch"
6064
url = "https://download.pytorch.org/whl/cpu"

0 commit comments

Comments
 (0)