From 93e8cbc203d0cf1eac1f74902732c93295cead75 Mon Sep 17 00:00:00 2001 From: Gertjan van Zwieten Date: Mon, 18 Dec 2023 12:00:16 +0100 Subject: [PATCH] remove MKL version restriction --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 68d6f6e8b..2e039fdea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ [project.optional-dependencies] docs = ["Sphinx>=1.8"] export_mpl = ["matplotlib>=1.3", "pillow>2.6"] -matrix_mkl = ["mkl<2024"] +matrix_mkl = ["mkl"] matrix_scipy = ["scipy>=0.13"] import_gmsh = ["meshio"]