File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 75
75
runs-on : ubuntu-latest
76
76
steps :
77
77
- name : Suggest to add labels
78
- uses : peter-evans/create-or-update-comment@v3
78
+ uses : peter-evans/create-or-update-comment@v4
79
79
# Execute only when no labels have been applied to the pull request
80
80
if : toJSON(github.event.pull_request.labels.*.name) == '{}'
81
81
with :
Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ dependencies = ["ansys-dpf-core>=0.7.2", "ansys-api-dyna==0.3.5"]
29
29
30
30
[project .optional-dependencies ]
31
31
tests = [
32
- " pyvista==0.43.1 " ,
32
+ " pyvista==0.43.2 " ,
33
33
" matplotlib==3.8.2" ,
34
34
" numpy==1.26.3" ,
35
- " pytest==7.4.4 " ,
35
+ " pytest==8.0.0 " ,
36
36
" pytest-cov==4.1.0" ,
37
37
" joblib==1.3.2" ,
38
- " pandas==2.1.4 " ,
38
+ " pandas==2.2.0 " ,
39
39
" openpyxl==3.1.2" ,
40
- " scikit-learn==1.3.2 " ,
40
+ " scikit-learn==1.4.0 " ,
41
41
" pytest-xdist==3.5.0" ,
42
42
" ipython==8.20.0" ,
43
43
]
@@ -46,24 +46,24 @@ doc = [
46
46
" matplotlib==3.8.2" ,
47
47
" imageio==2.33.1" ,
48
48
" imageio-ffmpeg==0.4.9" ,
49
- " pyvista==0.43.1 " ,
49
+ " pyvista==0.43.2 " ,
50
50
" numpydoc==1.6.0" ,
51
51
" Sphinx==7.2.6" ,
52
52
" sphinx-autobuild==2021.3.14" ,
53
- " sphinxcontrib-websupport==1.2.6 " ,
53
+ " sphinxcontrib-websupport==1.2.7 " ,
54
54
" pytest-sphinx==0.5.0" ,
55
55
" sphinx-notfound-page==1.0.0" ,
56
56
" sphinx-copybutton==0.5.2" ,
57
57
" sphinx-gallery==0.15.0" ,
58
- " sphinx-autodoc-typehints==1.25.2 " ,
59
- " ansys-sphinx-theme==0.13.0 " ,
58
+ " sphinx-autodoc-typehints==1.25.3 " ,
59
+ " ansys-sphinx-theme==0.13.1 " ,
60
60
" pypandoc==1.12" ,
61
61
" nbsphinx==0.9.3" ,
62
62
" ipywidgets==8.1.1" ,
63
63
" joblib==1.3.2" ,
64
- " scikit-learn==1.3.2 " ,
64
+ " scikit-learn==1.4.0 " ,
65
65
" ipython==8.20.0" ,
66
- " jupyterlab==4.0.10 " ,
66
+ " jupyterlab==4.0.11 " ,
67
67
" sphinx-jinja==2.0.2" ,
68
68
" sphinx-autoapi==3.0.0" ,
69
69
]
You can’t perform that action at this time.
0 commit comments