From 4cf754fad69a1bbc25b828e42b3c70ea3614d580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Tue, 13 Aug 2024 14:13:52 +0200 Subject: [PATCH] Don't install mkl on Windows (#7135) --- pixi.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pixi.toml b/pixi.toml index 1bf6be8d20..a216fa1a3e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -23,18 +23,20 @@ lint = ["py311", "lint"] lite = ["py311", "lite"] [dependencies] +nodejs = ">=18" +nomkl = "*" +pip = "*" +# Required bleach = "*" bokeh = ">=3.5.0,<3.6.0" linkify-it-py = "*" markdown = "*" markdown-it-py = "*" mdit-py-plugins = "*" -nodejs = ">=18" -numpy = "<2.0" # Temporary pin until panel release with support for bokeh 3.5.0 is available +numpy = "*" packaging = "*" pandas = ">=1.2" param = ">=2.1.0,<3.0" -pip = "*" pyviz_comms = ">=2.0.0" requests = "*" tqdm = ">=4.48.0"