Closed luator closed 6 months ago
I have no experience with poetry, so don't know if it will help, but I think moving from setup.py to pyproject.toml would be a good step in any case.
By Felix Widmaier on 2023-10-25T11:23:04 (imported from GitLab)
I think it's not really needed but I suggest to add this to the PyPI-milestone to have a more modern package :).
Use pyproject.toml to specify the dependencies instead of setup.py (see https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/)
I think this might help some dependency managers like poetry to work with cluster utils as a dependency better, although I am not sure what changes exactly.
By @mseitzer (imported from GitLab)