maho3 / ltu-ili

Robust ML in Astro
https://ltu-ili.readthedocs.io/en/latest/
46 stars 9 forks source link

Update setup.cfg #133

Closed maho3 closed 10 months ago

maho3 commented 10 months ago

setup.cfg includes a lot of old packages that we don't use anymore. Clean these up before we push it to PyPI

Also, most people will want to use the torch backend, and it would be nice if they could just do pip install ltu-ili instead of pip install "ltu-ili[torch]". See if we can make one of the extras default, and the other not.