From d069cabfdef150d9da2fa64abecde527e86755ed Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 7 Jul 2025 20:25:03 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 622c2720f..663c0c921 100644 --- a/pixi.toml +++ b/pixi.toml @@ -32,5 +32,8 @@ sfdata = { version = "*", channel = "paulscherrerinstitute" } [pypi-dependencies] ipython = "*" numpy = "*" -scipy = "*" +scipy = ">=1.0,<1.5" matplotlib = "*" + +[system] +run-post-link-scripts = false \ No newline at end of file