Skip to content

Commit e284f1f

Browse files
fix: restrict ansys-tools-visualization-interface version range (#4042)
* fix: restrict ansys-tools-visualization-interface version range * chore: adding changelog file 4042.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent e7b0ea5 commit e284f1f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/changelog.d/4042.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix: restrict ansys-tools-visualization-interface version range

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ jupyter = [
5353
]
5454

5555
graphics = [
56-
"ansys-tools-visualization-interface>=0.2.6",
57-
"matplotlib>=3.0.0", # for colormaps for pyvista
56+
"ansys-tools-visualization-interface>=0.2.6,<0.10.0",
57+
"matplotlib>=3.0.0", # for colormaps for pyvista
5858
]
5959

6060
all = [
61-
"ansys-tools-visualization-interface>=0.9.0",
62-
"matplotlib>=3.0.0", # for colormaps for pyvista
63-
"jupyterlab>=3",
64-
"ipywidgets",
61+
"ansys-tools-visualization-interface>=0.9.0,<0.10.0",
62+
"ipywidgets",
63+
"jupyterlab>=3",
64+
"matplotlib>=3.0.0", # for colormaps for pyvista
6565
]
6666

6767
tests = [

0 commit comments

Comments
 (0)