AlliedToasters / circle-fit

MIT License
61 stars 18 forks source link

remove matplotlib as a strict dependency #12

Closed AlliedToasters closed 1 year ago

AlliedToasters commented 1 year ago

Valid issue @nup002 , would like to use the library without matplotlib dependency - does this implementation look ok?

GrahamKnappAcernis commented 1 year ago

Hello, matplotlib could be specified as an optional dependency as documented here : https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies

nup002 commented 1 year ago

Looks good to me.