Skip to content

Commit

Permalink
Update pyper version
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Sep 5, 2024
1 parent 2f82e18 commit 56914b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Basic/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 56914b9

Please sign in to comment.