pyplati / platipy

Processing Library and Analysis Toolkit for Medical Imaging in Python
https://pyplati.github.io/platipy/
Apache License 2.0
103 stars 24 forks source link

remove loguru dependency #128

Closed pchlap closed 1 year ago

pchlap commented 2 years ago

Not required for a library like this, use built-in logging instead.

pchlap commented 1 year ago

Done in #155