diff --git a/requirements/requirements_build.txt b/requirements/requirements_build.txt index c8b081d0..93f84d9d 100644 --- a/requirements/requirements_build.txt +++ b/requirements/requirements_build.txt @@ -1,15 +1,16 @@ -setuptools>=41.0.0,<83 -wheel>=0.33.0,<0.47 -pybind11[global]==3.0.2 +setuptools>=82.0.1,<83 +wheel>=0.47.0,<0.48 +pybind11[global]==3.0.4 demo_eigen_wrapper==0.0.1 -Click>=7.0 +Click>=8.3.3 Flask==3.0.3 -numpy>=1.21.5 -requests>=2.22.0 -protobuf==6.33.5 -grpcio==1.78.0 -grpcio-tools==1.78.0 -pytest==9.0.2 +numpy>=2.4.4; python_version > "3.10" +numpy>=1.21.5; python_version <= "3.10" +requests>=2.33.1 +protobuf==6.33.6 +grpcio==1.80.0 +grpcio-tools==1.80.0 +pytest==9.0.3 pytest-cov==5.0.0 pytest-grpc==0.8.0 conan>=1.48.0,<2 diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 0463e232..b86dc266 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -1,17 +1,17 @@ Sphinx==8.2.3 jupyter_sphinx==0.5.3 numpydoc==1.10.0 -ansys_sphinx_theme==1.7.0 -pypandoc==1.16.2 +ansys_sphinx_theme==1.7.2 +pypandoc==1.17 pytest-sphinx==0.7.1 sphinx-autobuild==2025.8.25 sphinx-autodoc-typehints==3.5.2 sphinx-copybutton==0.5.2 -sphinx-gallery==0.20.0 +sphinx-gallery==0.21.0 sphinx-notfound-page==1.1.0 sphinxcontrib-websupport==2.0.0 sphinxemoji==0.3.2 -pandas==3.0.1 -pandoc>=2.1 -matplotlib==3.10.8 -breathe>=4.33.1 +pandas==3.0.2 +pandoc>=2.4 +matplotlib==3.10.9 +breathe>=4.36.0 diff --git a/requirements/requirements_eigen_wrapper.txt b/requirements/requirements_eigen_wrapper.txt index 9e93798f..44926842 100644 --- a/requirements/requirements_eigen_wrapper.txt +++ b/requirements/requirements_eigen_wrapper.txt @@ -1,4 +1,5 @@ -setuptools>=41.0.0,<83 -wheel>=0.33.0,<0.47 -numpy>=1.21.5 -pybind11[global]==3.0.2 +setuptools>=82.0.1,<83 +wheel>=0.47.0,<0.48 +numpy>=2.4.4; python_version > "3.10" +numpy>=1.21.5; python_version <= "3.10" +pybind11[global]==3.0.4