Skip to content

Commit

Permalink
unpin boost and vtk for qt6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
looooo committed Oct 12, 2024
1 parent 646640c commit 7e8f37f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 0 additions & 10 deletions pixi.lock

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

6 changes: 4 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ freetype = "*"
git = "*"
graphviz = "*"
hdf5 = "*"
libboost-devel = "1.82.0"
matplotlib = "*"
ninja = "*"
numpy = "*"
Expand All @@ -40,7 +39,6 @@ pyyaml = "*"
six = "*"
smesh = "*"
swig = "*"
vtk = "9.2.6"
xerces-c = "*"
yaml-cpp = "*"
zlib = "*"
Expand All @@ -50,11 +48,15 @@ zstd = "*"
qt-main = "*"
pyside2 = "*"
python = "3.11"
vtk = "9.2.6"
libboost-devel = "1.82.0"

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

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

0 comments on commit 7e8f37f

Please sign in to comment.