Skip to content

Commit

Permalink
Merge branch 'main' into pr_metalforming
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue authored Sep 30, 2024
2 parents 746660a + 8f29227 commit b1a4af5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
html_show_sourcelink = True
html_theme = "ansys_sphinx_theme"
html_context = {
"github_user": "pyansys",
"github_user": "ansys",
"github_repo": "pydyna",
"github_version": "main",
"doc_path": "doc/source",
Expand All @@ -110,7 +110,7 @@
},
"check_switcher": False,
"navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"],
"github_url": "https://github.com/pyansys/pydyna",
"github_url": "https://github.com/ansys/pydyna",
"show_prev_next": False,
"show_breadcrumbs": True,
"additional_breadcrumbs": [
Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ dependencies = ["ansys-dpf-core>=0.7.2",
[project.optional-dependencies]
tests = [
"matplotlib==3.9.2",
"numpy==2.1.0",
"pytest==8.3.2",
"numpy==2.1.1",
"pytest==8.3.3",
"pytest-cov==5.0.0",
"joblib==1.4.2",
"pandas==2.2.2",
"pandas==2.2.3",
"openpyxl==3.1.5",
"scikit-learn==1.5.1",
"scikit-learn==1.5.2",
"pytest-xdist==3.6.1",
"ipython==8.27.0",
"pyvista==0.44.1",
Expand All @@ -52,19 +52,19 @@ doc = [
"imageio-ffmpeg==0.5.1",
"numpydoc==1.8.0",
"Sphinx==8.0.2",
"sphinx-autobuild==2024.4.16",
"sphinx-autobuild==2024.9.19",
"sphinxcontrib-websupport==2.0.0",
"pytest-sphinx==0.6.3",
"sphinx-notfound-page==1.0.4",
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.17.1",
"sphinx-autodoc-typehints==2.3.0",
"ansys-sphinx-theme==1.0.7",
"sphinx-autodoc-typehints==2.4.4",
"ansys-sphinx-theme==1.0.11",
"pypandoc==1.13",
"nbsphinx==0.9.5",
"ipywidgets==8.1.5",
"joblib==1.4.2",
"scikit-learn==1.5.1",
"scikit-learn==1.5.2",
"ipython==8.27.0",
"jupyterlab==4.2.5",
"sphinx-jinja==2.0.2",
Expand Down

0 comments on commit b1a4af5

Please sign in to comment.