Skip to content

Commit

Permalink
Bump ixmp dependency to 3.3.0 in setup.cf
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed May 28, 2021
1 parent 3195c07 commit 9c11c54
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9c11c54

Please sign in to comment.