Skip to content

Commit 27ff4cd

Browse files
committed
pixi.toml: relax deps contrains to allow to use cmake 3.22 exact
1 parent 24eb14e commit 27ff4cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ numpy = ">=1.24.0,<2" # for python bindings
1818
nanobind = ">=2.9.2,<3" # for python bindings
1919
catch2 = ">=3.8.0,<4" # for test
2020
cereal = ">=1.3.2,<2" # for test
21-
libmatio = ">=1.5.28,<2" # for test (maros meszaros)
21+
libmatio = ">=1.2.0,<2" # for test (maros meszaros)
2222
scipy = ">=1.16.3,<2" # for test
2323
doxygen = ">=1.13.2,<2" # for doc
24-
graphviz = ">=13.1.2,<14" # for doc
24+
graphviz = ">=10.0.0,<14" # for doc
2525
prek = ">=0.2.21,<0.3" # for linting
2626

2727
[activation.env]

0 commit comments

Comments
 (0)