Skip to content

Commit

Permalink
pyproject.toml: add a note about scipy + bitsandbytes
Browse files Browse the repository at this point in the history
  • Loading branch information
deltheil committed Oct 11, 2023
1 parent ac631bf commit e35dce8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ loguru = {version = "^0.7.0", optional = true}
bitsandbytes = {version = "^0.41.0", optional = true}
prodigyopt = {version = "^1.0", optional = true}
pydantic = {version = "~2.0.3", optional = true}
# Added scipy as a work around until this PR gets merged:
# https://github.com/TimDettmers/bitsandbytes/pull/525
scipy = {version = "^1.11.1", optional = true}
torchvision = {version = "^0.16.0", optional = true}
diffusers = {version = "^0.21.0", optional = true}
Expand Down

0 comments on commit e35dce8

Please sign in to comment.