From c521519be700fa6211e3a6346b9c3f89406f895e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:25:34 +0000 Subject: [PATCH] Update MKL_jll requirement from 2021.1.1 to 2021.1.1, 2025.2 Updates the requirements on [MKL_jll](https://github.com/JuliaBinaryWrappers/MKL_jll.jl) to permit the latest version. - [Release notes](https://github.com/JuliaBinaryWrappers/MKL_jll.jl/releases) - [Commits](https://github.com/JuliaBinaryWrappers/MKL_jll.jl/commits) --- updated-dependencies: - dependency-name: MKL_jll dependency-version: 2025.2.0+0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3bb147f0..2a2c653e 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ FillArrays = "1.9" LRUCache = "1" LinearAlgebra = "1" Makie = "0.24" -MKL_jll = "2021.1.1" +MKL_jll = "2021.1.1, 2025.2" QuantumInterface = "0.4" Random = "1" RecursiveArrayTools = "3.36, 4"