mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 15:02:01 +00:00
drop scipy dependency (now in bitsandbytes)
This commit is contained in:
parent
7eb8eb4c68
commit
b2c26ab51c
|
@ -22,9 +22,6 @@ training = [
|
|||
"torchvision>=0.16.1",
|
||||
"loguru>=0.7.2",
|
||||
"wandb>=0.16.0",
|
||||
# Added scipy as a work around until this PR gets merged:
|
||||
# https://github.com/TimDettmers/bitsandbytes/pull/525
|
||||
"scipy>=1.11.4",
|
||||
"datasets>=2.15.0",
|
||||
"tomli>=2.0.1",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue