From 7771de35f1fd0468b8ccaf9d93aafbcfe21b84d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 18:36:32 +0000 Subject: [PATCH] Bump pympdata from 1.0.16 to 1.1.6 Bumps [pympdata](https://github.com/open-atmos/PyMPDATA) from 1.0.16 to 1.1.6. - [Release notes](https://github.com/open-atmos/PyMPDATA/releases) - [Commits](https://github.com/open-atmos/PyMPDATA/compare/v1.0.16...v1.1.6) --- updated-dependencies: - dependency-name: pympdata dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52b45d8..f4001f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "numba<0.57.0", "numpy<1.25.0", "numba_mpi>=0.30", - "PyMPDATA==1.0.16", + "PyMPDATA==1.1.6", "mpi4py", "h5py", ]