Skip to content

Commit aebccce

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents b84f467 + bce4b78 commit aebccce

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/changelog.d/562.dependencies.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update pyvista requirement from <0.45,>=0.40.0 to >=0.40.0,<0.46

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ dependencies=[
3838

3939
[project.optional-dependencies]
4040
graphics = [
41-
"pyvista>=0.40.0,<0.45",
41+
"pyvista>=0.40.0,<0.46",
4242
"ansys-tools-visualization-interface>=0.8.3",
4343
]
4444
tests = [
4545
"psutil==7.0.0",
4646
"pytest==8.3.5",
47-
"pyvista>=0.40.0,<0.45",
47+
"pyvista>=0.40.0,<0.46",
4848
"ansys-tools-visualization-interface>=0.8.3",
4949
"ansys-platform-instancemanagement>=1.0.3",
5050
"pytest-cov==6.1.1",

0 commit comments

Comments
 (0)