maxmahlke / classy

classification tool for minor bodies using reflectance spectra and visual albedos
https://classy.readthedocs.io
MIT License
16 stars 1 forks source link

Add missing lmfit to dependencies #4

Closed aripollak closed 1 year ago

aripollak commented 1 year ago

This seems to be necessary when importing https://github.com/maxmahlke/classy/blob/main/classy/feature.py. I didn't end up include the result of poetry lock here since it would have modified most of the poetry.lock file.

maxmahlke commented 1 year ago

I'm not sure that the lmfit package will end up being required, I'm trying out different fitting routines for the spectral features. If I properly separated my development branches per feature, this code wouldn't even be public yet ;-)

I'll merge this now anyway, thanks for the PR!