drop scipy dependency (now in bitsandbytes)

This commit is contained in:
Pierre Chapuis 2024-01-31 14:59:34 +01:00
parent 7eb8eb4c68
commit b2c26ab51c

View file

@ -22,9 +22,6 @@ training = [
"torchvision>=0.16.1", "torchvision>=0.16.1",
"loguru>=0.7.2", "loguru>=0.7.2",
"wandb>=0.16.0", "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", "datasets>=2.15.0",
"tomli>=2.0.1", "tomli>=2.0.1",
] ]