Skip to content

Commit c1912d8

Browse files
committed
pixi: Remove upper bounds
1 parent d4c027d commit c1912d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pixi.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ license = "BSD-2-Clause"
88
license-file = "LICENSE"
99

1010
[build-dependencies]
11-
ccache = ">=4.9.1,<4.10"
11+
ccache = ">=4.9.1"
1212
cmake = ">=3.10"
13-
cxx-compiler = "1.7.0"
14-
ninja = "1.11.*"
15-
pkg-config = ">=0.29.2,<0.30"
13+
cxx-compiler = ">=1.7.0"
14+
ninja = ">=1.11"
15+
pkg-config = ">=0.29.2"
1616

1717
[dependencies]
18-
boost = ">=1.80.0,<1.85"
19-
eigen = ">=3.3.0,<3.5"
20-
numpy = ">=1.22.0,<1.27"
21-
python = ">=3.8.0,<3.13"
22-
scipy = ">=1.10.0,<1.13"
18+
boost = ">=1.80.0"
19+
eigen = ">=3.4.0"
20+
numpy = ">=1.22.0"
21+
python = ">=3.9.0"
22+
scipy = ">=1.10.0"
2323

2424
[activation]
2525
scripts = ["scripts/activation.sh"]
@@ -49,7 +49,7 @@ dependencies = { pre-commit = ">=3.6.2,<3.7", tomlkit = ">=0.12.4,<0.13" }
4949
tasks = { lint = { cmd = "pre-commit run --all" } }
5050

5151
[feature.cholmod.dependencies]
52-
suitesparse = ">=5,<6"
52+
suitesparse = ">=5"
5353

5454
[feature.cholmod.tasks]
5555
configure = { cmd = [

0 commit comments

Comments
 (0)