Skip to content

Commit

Permalink
Small typo; changes enum-tools line
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Feb 15, 2024
1 parent e7eb142 commit bf4f270
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyomo/contrib/solver/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(
ConfigValue(
domain=bool,
default=False,
description="If True, the names given to the solver will reflect the names of the Pyomo components."
description="If True, the names given to the solver will reflect the names of the Pyomo components. "
"Cannot be changed after set_instance is called.",
),
)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def __ne__(self, other):
'sphinx_rtd_theme>0.5',
'sphinxcontrib-jsmath',
'sphinxcontrib-napoleon',
'enum-tools[sphinx]',
'enum-tools',
'numpy', # Needed by autodoc for pynumero
'scipy', # Needed by autodoc for pynumero
],
Expand Down

0 comments on commit bf4f270

Please sign in to comment.