From 4c2e0cbb33ff354865d31303490d223cf23594f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 21:23:09 +0000 Subject: [PATCH] chore(deps): Update nmrglue requirement from >=0.9 to >=0.11 Updates the requirements on [nmrglue](https://github.com/jjhelmus/nmrglue) to permit the latest version. - [Release notes](https://github.com/jjhelmus/nmrglue/releases) - [Changelog](https://github.com/jjhelmus/nmrglue/blob/master/CHANGELOG.md) - [Commits](https://github.com/jjhelmus/nmrglue/compare/v0.9...v0.11) --- updated-dependencies: - dependency-name: nmrglue dependency-version: '0.11' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a31d216..5736d91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ [project.optional-dependencies] nmr = [ - "nmrglue>=0.9", + "nmrglue>=0.11", "numpy>=1.24", "scipy>=1.10", "matplotlib>=3.7",