Skip to content

Commit

Permalink
Constraint scipy version for python 3.13 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Moisan authored and jorisv committed Jan 6, 2025
1 parent 7e4c7c6 commit 8db40ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8db40ae

Please sign in to comment.