diff --git a/examples/Basic/example.py b/examples/Basic/example.py index 0f2b77b..22047be 100644 --- a/examples/Basic/example.py +++ b/examples/Basic/example.py @@ -96,7 +96,7 @@ def lake_problem(pollution_limit, # The optional interactive flag will show additional details of each point when # hovering the mouse -scatter2d(model, output, brush="reliability >= 0.5 and utility > 0.5") +scatter2d(model, output, interactive=True) plt.show() # Most of Rhodiums's plotting functions accept an optional expr argument for diff --git a/pyproject.toml b/pyproject.toml index 5b38c00..3e76439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] # Version is read from rhodium/__init__.py "Bug Tracker" = "https://github.com/Project-Platypus/Rhodium/issues" [project.optional-dependencies] -test = ["pytest", "mock", "pyper<=1.1.1"] +test = ["pytest", "mock", "pyper<=1.1.2"] openmdao = ["openmdao<=3.30.0"] [tool.setuptools.dynamic]