Skip to content

Commit 9c11c54

Browse files
committed
Bump ixmp dependency to 3.3.0 in setup.cf
1 parent 3195c07 commit 9c11c54

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

setup.cfg

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ zip_safe = True
3333
include_package_data = True
3434
install_requires =
3535
click
36-
ixmp >= 3.2.0
36+
ixmp >= 3.3.0
3737
numpy
3838
pandas
3939
PyYAML
@@ -44,24 +44,19 @@ setup_requires =
4444

4545
[options.extras_require]
4646
report =
47-
genno[compat]
48-
# TODO uncomment once this is in a released version of ixmp
49-
# ixmp[report]
50-
# Deprecated alias for "report"
51-
reporting =
52-
genno[compat]
47+
ixmp[report]
5348
docs =
5449
%(report)s
55-
%(reporting)s
5650
numpydoc
5751
sphinx >= 4.0
5852
sphinx_rtd_theme
5953
sphinxcontrib-bibtex
6054
tutorial =
61-
%(reporting)s
55+
%(report)s
6256
jupyter
6357
matplotlib
64-
plotnine
58+
# TODO move this upstream to ixmp[report]
59+
genno[plotnine]
6560
tests =
6661
%(docs)s
6762
%(tutorial)s

0 commit comments

Comments
 (0)