Skip to content

Commit c3f1753

Browse files
build: limiting ansys-tools-visualization-interface (#2054)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 21c71f2 commit c3f1753

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Limiting ansys-tools-visualization-interface

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ dependencies = [
4242

4343
[project.optional-dependencies]
4444
graphics = [
45-
"ansys-tools-visualization-interface>=0.2.6,<1",
45+
"ansys-tools-visualization-interface>=0.2.6,<0.10",
4646
"pygltflib>=1.16,<2",
4747
"pyvista[jupyter]>=0.38.1,<1",
4848
"vtk>=9,<10",
4949
]
5050
all = [
5151
"ansys-platform-instancemanagement>=1.0.3,<2",
52-
"ansys-tools-visualization-interface>=0.2.6,<1",
52+
"ansys-tools-visualization-interface>=0.2.6,<0.10",
5353
"docker>=6.0.1,<8",
5454
"pygltflib>=1.16,<2",
5555
"pyvista[jupyter]>=0.38.1,<1",

0 commit comments

Comments
 (0)