Skip to content
Snippets Groups Projects
Unverified Commit aebda6ed authored by Thierry Moisan's avatar Thierry Moisan Committed by Joris Vaillant
Browse files

Constraint scipy version for python 3.13 and 3.9

parent 82719cdc
No related branches found
No related tags found
No related merge requests found
Pipeline #48726 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment