controlnet_aux icon indicating copy to clipboard operation
controlnet_aux copied to clipboard

matplotlib not installed in setup.py

Open LWprogramming opened this issue 2 years ago • 2 comments

matplotlib exists in _deps but not in install_requires and extras is empty. Is this intentional? Had to install this by hand in my venv and was kinda surprised

LWprogramming avatar Aug 31 '23 02:08 LWprogramming

Yeah that's probably a typo we could remove matplotlib from the deps list

patrickvonplaten avatar Aug 31 '23 12:08 patrickvonplaten

Ah hmm, I just double-checked the codebase and it looks like it does need it in some files (not just wrapping a numpy call or something)

Checked the two and matplotlib is the only one in _deps that's missing so I'll just add it

LWprogramming avatar Aug 31 '23 16:08 LWprogramming