We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a45f09 commit b36c34fCopy full SHA for b36c34f
pyproject.toml
@@ -94,6 +94,7 @@ module = [
94
"memory_profiler",
95
"pandas.*",
96
"pyam",
97
+ "pyomo",
98
"pretenders.*",
99
]
100
ignore_missing_imports = true
setup.cfg
@@ -47,12 +47,15 @@ docs =
47
sphinx >= 3.0
48
sphinx_rtd_theme
49
sphinxcontrib-bibtex
50
+pyomo =
51
+ pyomo
52
report =
53
genno[compat,graphviz]
54
tutorial =
55
jupyter
56
tests =
57
%(docs)s
58
+ %(pyomo)s
59
%(report)s
60
%(tutorial)s
61
codecov
0 commit comments