Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/jupyterlab-4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Dec 8, 2023
2 parents da28e69 + 3dc8b21 commit 31eb0fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Label based on modified files
- name: Label based on changed files
uses: actions/labeler@v4
uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: ''
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
tests = [
"ansys-mapdl-core==0.67.0",
"numpy==1.26.1",
"scipy==1.11.3",
"scipy==1.11.4",
"pyansys-tools-report==0.7.0",
"pytest==7.4.3",
"pytest-cov==4.1.0",
Expand All @@ -49,20 +49,20 @@ tests = [
doc = [
"Sphinx==7.2.6",
"ansys-mapdl-core==0.67.0",
"ansys-mapdl-reader==0.52.20",
"ansys-mapdl-reader==0.53.0",
"ansys-sphinx-theme==0.12.5",
"jupyter_sphinx==0.4.0",
"jupyterlab==4.0.9",
"numpydoc==1.6.0",
"pypandoc==1.12",
"pytest-sphinx==0.5.0",
"pyvista[jupyter,trame]==0.42.3",
"scipy==1.11.3",
"scipy==1.11.4",
"sphinx-autobuild==2021.3.14",
"sphinx-autodoc-typehints==1.25.2",
"sphinx-copybutton==0.5.2",
"sphinx-notfound-page==1.0.0",
"sphinx-gallery==0.14.0",
"sphinx-gallery==0.15.0",
"trame==3.3.0",
"vtk==9.3.0",
]
Expand Down

0 comments on commit 31eb0fa

Please sign in to comment.