Skip to content

Commit

Permalink
pixi: exclude qt5 for qt6-builds and vis versa
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Nov 7, 2024
1 parent 46bb6a7 commit 08c1cdc
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 @@ -51,13 +51,15 @@ pyside2 = "*"
python = "3.11"
vtk = "9.2.6"
libboost-devel = "1.82.0"
noqt6 = "*"

[feature.qt6.dependencies]
qt6-main = "*"
pyside6 = "*"
python = "3.12"
vtk = "*"
libboost-devel = "*"
noqt5 = "*"

[target.linux-64.dependencies]
kernel-headers_linux-64 = "*"
Expand Down

0 comments on commit 08c1cdc

Please sign in to comment.