diff --git a/pyproject.toml b/pyproject.toml index 199bfb06a..0f8a21fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,10 +24,10 @@ classifiers = [ ] dependencies = [ - "build==1.0.3", + "build==1.2.1", "numpy", "pyaedt@git+https://github.com/ansys/pyaedt.git", - "twine==5.0.0", + "twine==5.1.0", "pydantic", "pyvista", "jinja2", @@ -35,41 +35,41 @@ dependencies = [ [project.optional-dependencies] doc = [ - "ansys-sphinx-theme==0.14.0", - "imageio==2.34.0", - "imageio-ffmpeg==0.4.9", - "ipython==8.21.0", - "ipywidgets==8.1.2", - "joblib==1.3.2", - "jupyterlab==4.1.2", - "jupytext==1.16.1", - "matplotlib==3.8.3", - "nbsphinx==0.9.3", - "nbconvert < 7.14", - "numpydoc==1.6.0", + "ansys-sphinx-theme==0.16.6", + "imageio==2.34.2", + "imageio-ffmpeg==0.5.1", + "ipython==8.25.0", + "ipywidgets==8.1.3", + "joblib==1.4.2", + "jupyterlab==4.2.2", + "jupytext==1.16.2", + "matplotlib==3.9.0", + "nbsphinx==0.9.4", + "nbconvert < 7.17", + "numpydoc==1.7.0", "osmnx", - "pytest-sphinx==0.6.0", - "pyvista==0.43.3", + "pytest-sphinx==0.6.3", + "pyvista==0.43.10", "recommonmark==0.7.1", - "scikit-learn==1.4.1.post1", - "Sphinx==7.2.6", - "sphinx-autobuild==2024.2.4", - "sphinx-autodoc-typehints==2.0.0", + "scikit-learn==1.5.0", + "Sphinx==7.3.7", + "sphinx-autobuild==2024.4.16", + "sphinx-autodoc-typehints==2.2.2", "sphinx-copybutton==0.5.2", - "sphinx-notfound-page==1.0.0", + "sphinx-notfound-page==1.0.2", "sphinxcontrib-websupport==1.2.7", "SRTM.py", "utm", - "scikit-rf==0.31.0", - "openpyxl==3.1.2", + "scikit-rf==1.1.0", + "openpyxl==3.1.4", "sphinx_design", "sphinx_jinja", - "vtk==9.2.6", + "vtk==9.3.0", "pypandoc", ] tests = [ - "pytest==7.4.3", - "pytest-cov==4.1.0", + "pytest==8.2.2", + "pytest-cov==5.0.0", ] [tool.flit.module]