EPFLiGHT / cumulator

A tool to quantify and report the carbon footprint of machine learning computations and communication
MIT License
21 stars 5 forks source link

Fix SetuptoolsDeprecationWarning #24

Open Grim-bot opened 2 years ago

Grim-bot commented 2 years ago

Upon running pipenv install from the root directory, I get the following warning:

...\lib\site-packages\setuptools\config\__init__.py:28: SetuptoolsDeprecationWarning: As setuptools moves its configuration towards `pyproject.toml`,
`setuptools.config.read_configuration` became deprecated.

For the time being, you can use the `setuptools.config.setupcfg` module
to access a backward compatible API, but this module is provisional
and might be removed in the future.

We should do as recommended and stop using setuptools.config.read_configuration before it is removed.