diff --git a/requirements-mpi.txt b/requirements-mpi.txt index a17a8c62..73b18cfb 100644 --- a/requirements-mpi.txt +++ b/requirements-mpi.txt @@ -1 +1 @@ -mpi4py==3.1.4 +mpi4py==3.1.5 diff --git a/requirements-source.txt b/requirements-source.txt index 99f59c56..e1e7cc19 100644 --- a/requirements-source.txt +++ b/requirements-source.txt @@ -1,4 +1,4 @@ -Cython==3.0.2 +Cython==3.0.3 numpy==1.26.0 pkgconfig==1.5.5 pybind11==2.11.1 diff --git a/requirements.txt b/requirements.txt index f275bef7..a47d7ab6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ signac-dashboard==0.6.0 Werkzeug==2.3.7 # commonly used packages -h5py==3.9.0 +h5py==3.10.0 jupyter==1.0.0; platform_machine != 'ppc64le' jupyterlab==4.0.6; platform_machine != 'ppc64le' matplotlib==3.8.0; platform_machine != 'ppc64le' @@ -25,17 +25,17 @@ Pillow==10.0.1 pyqt5==5.15.9; platform_machine != 'ppc64le' pyyaml==6.0.1 scikit-learn==1.3.1 -scikit-image==0.21.0; platform_machine != 'ppc64le' +scikit-image==0.22.0; platform_machine != 'ppc64le' statsmodels==0.14.0; platform_machine != 'ppc64le' # test requirements -hypothesis==6.87.1 +hypothesis==6.87.3 pytest==7.4.2 miniball==1.2.0 sympy==1.12 -tables==3.8.0; platform_machine != 'ppc64le' +tables==3.9.1; platform_machine != 'ppc64le' coverage==7.3.2 click==8.1.7 pytest-cov==4.1.0 -ruamel.yaml==0.17.33 +ruamel.yaml==0.17.35