From 8db40ae8d7a5ab4b23419451fab48608747b55ca Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Tue, 31 Dec 2024 10:58:35 -0500 Subject: [PATCH] Constraint scipy version for python 3.13 and 3.9 --- pixi.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pixi.toml b/pixi.toml index 8dc1507fb..f9c2a6f1e 100644 --- a/pixi.toml +++ b/pixi.toml @@ -97,9 +97,11 @@ dependencies = { octomap = ">=1.10" } [feature.py313.dependencies] python = "3.13.*" +scipy = ">=1.14.1" [feature.py39.dependencies] python = "3.9.*" +scipy = "<1.14.0" # Use clang-cl on Windows. # We must use scripts instead of env to setup CC and CXX