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.
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 ofpip install "ltu-ili[torch]"
. See if we can make one of the extras default, and the other not.