Skip to content

Commit

Permalink
Try with Meson 1.5.2 instead of 1.6.0 (issue Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 8, 2024
1 parent 3453151 commit a49ad87
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
18 changes: 9 additions & 9 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ coverage = ">=7.4.0"
pytest-cov = ">=4.1.0"
pytest-mock = ">=3.12.0"
ninja = ">=1.11.1"
meson = ">=1.3.1"
# issue on Windows with 1.6.0 (?)
meson = ">=1.3.1,<1.6.0"
meson-python = ">=0.15.0"
cython = ">=3.0.8"
fftw = ">=3.3.10"
Expand Down

0 comments on commit a49ad87

Please sign in to comment.