File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ zip_safe = True
3333include_package_data = True
3434install_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]
4646report =
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]
5348docs =
5449 %(report)s
55- %(reporting)s
5650 numpydoc
5751 sphinx >= 4.0
5852 sphinx_rtd_theme
5953 sphinxcontrib-bibtex
6054tutorial =
61- %(reporting )s
55+ %(report )s
6256 jupyter
6357 matplotlib
64- plotnine
58+ # TODO move this upstream to ixmp[report]
59+ genno[plotnine]
6560tests =
6661 %(docs)s
6762 %(tutorial)s
You can’t perform that action at this time.
0 commit comments