File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ License
88
88
=======
89
89
PyDYNA is licensed under the MIT license.
90
90
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
92
92
Ansys LS-DYNA by adding a Python interface to LS-DYNA without changing the core behavior or
93
93
license of the original software. The use of the interactive control of PyDYNA requires a legally
94
94
licensed local copy of LS-DYNA.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies = [
33
33
[project .optional-dependencies ]
34
34
tests = [
35
35
" pyvista==0.42.3" ,
36
- " matplotlib==3.8.1 " ,
36
+ " matplotlib==3.8.2 " ,
37
37
" numpy==1.26.2" ,
38
38
" pytest==7.4.3" ,
39
39
" pytest-cov==4.1.0" ,
@@ -46,8 +46,8 @@ tests = [
46
46
]
47
47
doc = [
48
48
" recommonmark==0.7.1" ,
49
- " matplotlib==3.8.1 " ,
50
- " imageio==2.32 .0" ,
49
+ " matplotlib==3.8.2 " ,
50
+ " imageio==2.33 .0" ,
51
51
" imageio-ffmpeg==0.4.9" ,
52
52
" pyvista==0.42.3" ,
53
53
" numpydoc==1.6.0" ,
@@ -66,7 +66,7 @@ doc = [
66
66
" joblib==1.3.2" ,
67
67
" scikit-learn==1.3.2" ,
68
68
" ipython==8.17.2" ,
69
- " jupyterlab==4.0.8 " ,
69
+ " jupyterlab==4.0.9 " ,
70
70
" sphinx-jinja==2.0.2" ,
71
71
" sphinx-autoapi==3.0.0" ,
72
72
]
You can’t perform that action at this time.
0 commit comments