@@ -36,43 +36,44 @@ dependencies = [
3636
3737[project .optional-dependencies ]
3838tests = [
39- " ansys-mapdl-core==0.65.0 " ,
40- " scipy==1.10 .1" ,
41- " pyansys-tools-report==0.5 .0" ,
42- " pytest==7.3.2 " ,
39+ " ansys-mapdl-core==0.65.2 " ,
40+ " scipy==1.11 .1" ,
41+ " pyansys-tools-report==0.6 .0" ,
42+ " pytest==7.4.0 " ,
4343 " pytest-cov==4.1.0" ,
44- " pytest-rerunfailures==11.1.2 " ,
45- " pyvista==0.39 .1" ,
44+ " pytest-rerunfailures==12.0 " ,
45+ " pyvista==0.41 .1" ,
4646 " vtk==9.2.6" ,
4747]
4848doc = [
49- " Sphinx==6.2.1 " ,
50- " ansys-mapdl-core==0.65.0 " ,
51- " ansys-mapdl-reader==0.52.15 " ,
52- " ansys-sphinx-theme==0.9.9 " ,
49+ " Sphinx==7.1.2 " ,
50+ " ansys-mapdl-core==0.65.2 " ,
51+ " ansys-mapdl-reader==0.52.19 " ,
52+ " ansys-sphinx-theme==0.10.2 " ,
5353 " jupyter_sphinx==0.4.0" ,
54- " jupyterlab==4.0.2 " ,
54+ " jupyterlab==4.0.4 " ,
5555 " numpydoc==1.5.0" ,
56- " pandas==2.0.2 " ,
56+ " pandas==2.0.3 " ,
5757 " pypandoc==1.11" ,
5858 " pytest-sphinx==0.5.0" ,
59- " pyvista==0.39 .1" ,
59+ " pyvista==0.41 .1" ,
6060 " sphinx-autobuild==2021.3.14" ,
61- " sphinx-autodoc-typehints==1.23 .0" ,
61+ " sphinx-autodoc-typehints==1.24 .0" ,
6262 " sphinx-copybutton==0.5.2" ,
6363 " sphinx-notfound-page==0.8.3" ,
6464 " sphinx-gallery==0.13.0" ,
65+ " trame==3.1.0" ,
6566 " vtk==9.2.6" ,
6667]
6768
6869[tool .flit .module ]
6970name = " ansys.math.core"
7071
7172[project .urls ]
72- Homepage = " https://github.com/ansys/ansys -math/"
73+ Homepage = " https://github.com/ansys/pyansys -math/"
7374Documentation = " https://math.docs.pyansys.com"
74- Source = " https://github.com/ansys/ansys -math"
75- Tracker = " https://github.com/ansys/ansys -math/issues"
75+ Source = " https://github.com/ansys/pyansys -math"
76+ Tracker = " https://github.com/ansys/pyansys -math/issues"
7677
7778[tool .black ]
7879line-length = 100
@@ -93,4 +94,4 @@ show_missing = true
9394[tool .codespell ]
9495skip = ' *.pyc,*.txt,*.gif,*.png,*.jpg,*.js,*.html,*.doctree,*.ttf,*.woff,*.woff2,*.eot,*.mp4,*.inv,*.pickle,*.ipynb,flycheck*,./.git/*,./.hypothesis/*,*.yml,./doc/build/*,./doc/images/*,./dist/*,*~,.hypothesis*,./doc/source/examples/*,*cover,*.dat,*.mac,build,./docker/mapdl/v*,./factory/*,PKG-INFO,*.mypy_cache/*,./docker/mapdl/*,./_unused/*'
9596ignore-words = " doc/styles/Vocab/ANSYS/accept.txt"
96- quiet-level = 3
97+ quiet-level = 3
0 commit comments