diff --git a/.ci_support/environment-mpich.yml b/.ci_support/environment-mpich.yml index 0225e6c..d556518 100644 --- a/.ci_support/environment-mpich.yml +++ b/.ci_support/environment-mpich.yml @@ -3,9 +3,9 @@ channels: dependencies: - coverage - lammps =2024.08.29=*_mpi_mpich_* -- mpich =4.2.3 -- numpy =1.26.4 -- mpi4py =4.0.1 +- mpich =4.3.1 +- numpy =2.3.1 +- mpi4py =4.1.0 - executorlib =1.5.1 - ase =3.25.0 - scipy =1.15.2 diff --git a/.ci_support/environment-openmpi.yml b/.ci_support/environment-openmpi.yml index 812a6ee..353e59b 100644 --- a/.ci_support/environment-openmpi.yml +++ b/.ci_support/environment-openmpi.yml @@ -3,9 +3,9 @@ channels: dependencies: - coverage - lammps =2024.08.29=*_mpi_openmpi_* -- openmpi =5.0.5 -- numpy =1.26.4 -- mpi4py =4.0.1 +- openmpi =5.0.8 +- numpy =2.3.1 +- mpi4py =4.1.0 - executorlib =1.5.1 - ase =3.25.0 - scipy =1.15.2 diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c9b287e..5ab9a18 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.11', '3.12'] steps: - uses: actions/checkout@v4 - name: Conda config @@ -118,7 +118,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.11', '3.12'] steps: - uses: actions/checkout@v4 - name: Conda config diff --git a/binder/environment.yml b/binder/environment.yml index e7f943b..bd65102 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - openmpi -- numpy =1.26.4 +- numpy =2.0.2 - lammps =2024.08.29 - mpi4py =4.0.1 - executorlib =0.0.4 diff --git a/pyproject.toml b/pyproject.toml index 523d40c..b7eb0c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,9 +24,9 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "mpi4py==4.0.1", + "mpi4py==4.1.0", "executorlib==1.5.1", - "numpy==1.26.4", + "numpy==2.3.1", ] dynamic = ["version"]