From 9c11c5451050842189c9be93d2b879639aadcd96 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Fri, 28 May 2021 13:25:22 +0200 Subject: [PATCH] Bump ixmp dependency to 3.3.0 in setup.cf --- setup.cfg | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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