diff --git a/setup.cfg b/setup.cfg index 542d2fd2f..f2608263f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ zip_safe = True include_package_data = True install_requires = click - ixmp >= 3.2.0 + ixmp >= 3.3.0 numpy pandas PyYAML @@ -44,24 +44,19 @@ setup_requires = [options.extras_require] report = - genno[compat] - # TODO uncomment once this is in a released version of ixmp - # ixmp[report] -# Deprecated alias for "report" -reporting = - genno[compat] + ixmp[report] docs = %(report)s - %(reporting)s numpydoc sphinx >= 4.0 sphinx_rtd_theme sphinxcontrib-bibtex tutorial = - %(reporting)s + %(report)s jupyter matplotlib - plotnine + # TODO move this upstream to ixmp[report] + genno[plotnine] tests = %(docs)s %(tutorial)s