Skip to content

Commit b1a4af5

Browse files
authored
Merge branch 'main' into pr_metalforming
2 parents 746660a + 8f29227 commit b1a4af5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
html_show_sourcelink = True
9898
html_theme = "ansys_sphinx_theme"
9999
html_context = {
100-
"github_user": "pyansys",
100+
"github_user": "ansys",
101101
"github_repo": "pydyna",
102102
"github_version": "main",
103103
"doc_path": "doc/source",
@@ -110,7 +110,7 @@
110110
},
111111
"check_switcher": False,
112112
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
113-
"github_url": "https://github.com/pyansys/pydyna",
113+
"github_url": "https://github.com/ansys/pydyna",
114114
"show_prev_next": False,
115115
"show_breadcrumbs": True,
116116
"additional_breadcrumbs": [

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ dependencies = ["ansys-dpf-core>=0.7.2",
3434
[project.optional-dependencies]
3535
tests = [
3636
"matplotlib==3.9.2",
37-
"numpy==2.1.0",
38-
"pytest==8.3.2",
37+
"numpy==2.1.1",
38+
"pytest==8.3.3",
3939
"pytest-cov==5.0.0",
4040
"joblib==1.4.2",
41-
"pandas==2.2.2",
41+
"pandas==2.2.3",
4242
"openpyxl==3.1.5",
43-
"scikit-learn==1.5.1",
43+
"scikit-learn==1.5.2",
4444
"pytest-xdist==3.6.1",
4545
"ipython==8.27.0",
4646
"pyvista==0.44.1",
@@ -52,19 +52,19 @@ doc = [
5252
"imageio-ffmpeg==0.5.1",
5353
"numpydoc==1.8.0",
5454
"Sphinx==8.0.2",
55-
"sphinx-autobuild==2024.4.16",
55+
"sphinx-autobuild==2024.9.19",
5656
"sphinxcontrib-websupport==2.0.0",
5757
"pytest-sphinx==0.6.3",
5858
"sphinx-notfound-page==1.0.4",
5959
"sphinx-copybutton==0.5.2",
6060
"sphinx-gallery==0.17.1",
61-
"sphinx-autodoc-typehints==2.3.0",
62-
"ansys-sphinx-theme==1.0.7",
61+
"sphinx-autodoc-typehints==2.4.4",
62+
"ansys-sphinx-theme==1.0.11",
6363
"pypandoc==1.13",
6464
"nbsphinx==0.9.5",
6565
"ipywidgets==8.1.5",
6666
"joblib==1.4.2",
67-
"scikit-learn==1.5.1",
67+
"scikit-learn==1.5.2",
6868
"ipython==8.27.0",
6969
"jupyterlab==4.2.5",
7070
"sphinx-jinja==2.0.2",

0 commit comments

Comments
 (0)