pySTEPS / pysteps

Python framework for short-term ensemble prediction systems.
https://pysteps.github.io/
BSD 3-Clause "New" or "Revised" License
466 stars 168 forks source link

Migrate from setuptools to Poetry #227

Open fox91 opened 3 years ago

fox91 commented 3 years ago

As a further improvement, during the upgrade to version 2.0 you could consider migrating from setuptools to Poetry for dependency management.

Related to #224

dnerini commented 3 years ago

Hi @fox91, many thanks for the suggestion! What would be the purpose of this migration? What the advantages? Would you be able to put together a PR? This could also be just a proof of concept to explain what you have in mind and how you would do it.