Skip to content

Commit cd0c498

Browse files
authored
Apply suggestions from code review
1 parent 0f5129d commit cd0c498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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,<0.12",
45+
"ansys-tools-visualization-interface>=0.2.6",
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,<0.12",
52+
"ansys-tools-visualization-interface>=0.2.6",
5353
"docker>=6.0.1,<8",
5454
"pygltflib>=1.16,<2",
5555
"pyvista[jupyter]>=0.38.1,<1",

0 commit comments

Comments
 (0)