Skip to content

Commit

Permalink
build(deps): revive bitsandbytes
Browse files Browse the repository at this point in the history
  • Loading branch information
kozistr committed Jul 12, 2024
1 parent 0821177 commit fb493ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ classifiers = [
python = ">=3.8,<4.0.0"
numpy = { version = "*", python = ">=3.8" }
torch = { version = ">=1.10", python = ">=3.8", source = "torch" }
bitsandbytes = { version = "^0.43", optional = true }

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

[tool.poetry.extras]
bitsandbytes = ["bitsandbytes"]

[[tool.poetry.source]]
name = "torch"
url = "https://download.pytorch.org/whl/cpu"
Expand Down

0 comments on commit fb493ae

Please sign in to comment.