From 5102ca93562b0dc30853305d99403e8f0c739045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:58:41 +0000 Subject: [PATCH] Update iminuit requirement from <2.27.0 to <2.32.0 Updates the requirements on [iminuit](https://github.com/scikit-hep/iminuit) to permit the latest version. - [Release notes](https://github.com/scikit-hep/iminuit/releases) - [Changelog](https://github.com/scikit-hep/iminuit/blob/develop/doc/changelog.rst) - [Commits](https://github.com/scikit-hep/iminuit/compare/v1.2...v2.31.1) --- updated-dependencies: - dependency-name: iminuit dependency-version: 2.31.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abc5668f0..8bfb01957 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "setuptools.build_meta" dependencies = [ 'healpy', 'icecube-skyreader>=1.4.2', - 'iminuit<2.27.0', + 'iminuit<2.32.0', 'numpy<2.0.0', 'oms-mqclient', 'scipy',