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 jcarpent committed Jan 7, 2025
1 parent 5a71667 commit c2a757a
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 c2a757a

Please sign in to comment.