Skip to content

Commit eae6db4

Browse files
authored
Merge branch 'master' into ci/add-py313-to-release-pipeline
2 parents 43685b0 + 733d800 commit eae6db4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ graphics = [
4545
"pyvista>=0.32.0",
4646
"vtk!=9.4.0",
4747
# Animations
48-
"imageio < 2.28.1",
48+
"imageio",
4949
"imageio-ffmpeg",
5050
]
5151

@@ -56,7 +56,7 @@ plotting = [
5656
"pyvista>=0.32.0",
5757
"vtk",
5858
# Animations
59-
"imageio < 2.28.1",
59+
"imageio",
6060
"imageio-ffmpeg",
6161
]
6262

requirements/requirements_docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ imageio==2.37.0
55
imageio-ffmpeg==0.6.0
66
pypandoc==1.15
77
pytest-sphinx==0.6.3
8-
pyvista==0.45.1
8+
pyvista==0.45.2
99
sphinx==8.2.3
1010
sphinx-copybutton==0.5.2
1111
sphinx-gallery==0.19.0

requirements/requirements_test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ansys-platform-instancemanagement==1.1.2
2-
coverage==7.8.0
2+
coverage==7.8.2
33
graphviz==0.20.1
44
imageio==2.37.0
55
imageio-ffmpeg==0.6.0
@@ -8,5 +8,5 @@ pytest==8.3.5
88
pytest-cov==6.1.1
99
pytest-order==1.3.0
1010
pytest-rerunfailures==15.0
11-
pyvista==0.45.1
11+
pyvista==0.45.2
1212
vtk==9.4.2

0 commit comments

Comments
 (0)