From aebda6ed2bace82c5a2bdcf64f4622308b11021c Mon Sep 17 00:00:00 2001
From: Thierry Moisan <thierry.moisan@gmail.com>
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 8dc1507f..f9c2a6f1 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
-- 
GitLab