From 9a08f5a73663e69955d704ac69fbc8978a9f0bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:35:44 +0100 Subject: [PATCH] Bump pympdata from 1.0.15 to 1.0.16 (#95) Bumps [pympdata](https://github.com/open-atmos/PyMPDATA) from 1.0.15 to 1.0.16. - [Release notes](https://github.com/open-atmos/PyMPDATA/releases) - [Commits](https://github.com/open-atmos/PyMPDATA/compare/v1.0.15...v1.0.16) --- updated-dependencies: - dependency-name: pympdata dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c831fc0..ec60f5c 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.15", + "PyMPDATA==1.0.16", "mpi4py", "h5py", ]