Skip to content

Commit

Permalink
Merge pull request #3721 from Cschlaefli/fix-dependency
Browse files Browse the repository at this point in the history
update = to == in optimum-quanto version
  • Loading branch information
vladmandic authored Jan 22, 2025
2 parents e58b9b5 + 1f377a4 commit cbeec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ def install_optional():
install('gfpgan')
install('clean-fid')
install('pillow-jxl-plugin==1.3.1', ignore=True)
install('optimum-quanto=0.2.6', ignore=True)
install('optimum-quanto==0.2.6', ignore=True)
install('bitsandbytes==0.45.0', ignore=True)
install('pynvml', ignore=True)
install('ultralytics==8.3.40', ignore=True)
Expand Down

0 comments on commit cbeec01

Please sign in to comment.