Skip to content

Commit b36c34f

Browse files
committed
Add pyomo to setup.cfg, pyproject.toml
1 parent 2a45f09 commit b36c34f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ module = [
9494
"memory_profiler",
9595
"pandas.*",
9696
"pyam",
97+
"pyomo",
9798
"pretenders.*",
9899
]
99100
ignore_missing_imports = true

setup.cfg

+3
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,15 @@ docs =
4747
sphinx >= 3.0
4848
sphinx_rtd_theme
4949
sphinxcontrib-bibtex
50+
pyomo =
51+
pyomo
5052
report =
5153
genno[compat,graphviz]
5254
tutorial =
5355
jupyter
5456
tests =
5557
%(docs)s
58+
%(pyomo)s
5659
%(report)s
5760
%(tutorial)s
5861
codecov

0 commit comments

Comments
 (0)