Skip to content

Commit 62505df

Browse files
BUILD(pip): update plotly requirement from <6.1,>=6.0 to >=6.0,<6.2 (#6266)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent ad2f0d3 commit 62505df

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update plotly requirement from <6.1,>=6.0 to >=6.0,<6.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ examples = [
127127
"pyvista>=0.38.0,<0.45",
128128
"fast-simplification>=0.1.7",
129129
"joblib>=1.4.0,<1.6",
130-
"plotly>=6.0,<6.1",
130+
"plotly>=6.0,<6.2",
131131
"scikit-rf>=0.30.0,<1.8",
132132
]
133133

0 commit comments

Comments
 (0)