Skip to content

Commit fe6aa8c

Browse files
authored
Merge branch 'main' into zzqbranch
2 parents e7138ef + 5b618a8 commit fe6aa8c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ License
8888
=======
8989
PyDYNA is licensed under the MIT license.
9090

91-
PyDYNA makes no commercial claim over Ansys whatsoever. This libray extends the functionality of
91+
PyDYNA makes no commercial claim over Ansys whatsoever. This library extends the functionality of
9292
Ansys LS-DYNA by adding a Python interface to LS-DYNA without changing the core behavior or
9393
license of the original software. The use of the interactive control of PyDYNA requires a legally
9494
licensed local copy of LS-DYNA.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
[project.optional-dependencies]
3434
tests = [
3535
"pyvista==0.42.3",
36-
"matplotlib==3.8.1",
36+
"matplotlib==3.8.2",
3737
"numpy==1.26.2",
3838
"pytest==7.4.3",
3939
"pytest-cov==4.1.0",
@@ -46,8 +46,8 @@ tests = [
4646
]
4747
doc = [
4848
"recommonmark==0.7.1",
49-
"matplotlib==3.8.1",
50-
"imageio==2.32.0",
49+
"matplotlib==3.8.2",
50+
"imageio==2.33.0",
5151
"imageio-ffmpeg==0.4.9",
5252
"pyvista==0.42.3",
5353
"numpydoc==1.6.0",
@@ -66,7 +66,7 @@ doc = [
6666
"joblib==1.3.2",
6767
"scikit-learn==1.3.2",
6868
"ipython==8.17.2",
69-
"jupyterlab==4.0.8",
69+
"jupyterlab==4.0.9",
7070
"sphinx-jinja==2.0.2",
7171
"sphinx-autoapi==3.0.0",
7272
]

0 commit comments

Comments
 (0)