pixi: Downgrade to Qt6 6.7.x.

This commit is contained in:
Jacob Oursland
2025-04-30 11:30:19 -07:00
committed by Benjamin Nauck
parent ce0a032b4c
commit bb0c06e8f7
4 changed files with 5550 additions and 7333 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,7 @@ requirements:
- ninja
- noqt5
- python>=3.11,<3.12
- qt6-main<6.9
- qt6-main>=6.7,<6.8
- swig
- if: linux and x86_64
@@ -109,7 +109,7 @@ requirements:
- pybind11
- pyside6
- python>=3.11,<3.12
- qt6-main<6.9
- qt6-main>=6.7,<6.8
- six
- smesh
- vtk
@@ -164,7 +164,7 @@ requirements:
- python>=3.11,<3.12
- pythonocc-core
- pyyaml
- qt6-main<6.9
- qt6-main>=6.7,<6.8
- requests
- scipy
- sympy

6949
pixi.lock

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@ pyside6 = "*"
python = ">=3.11,<3.12"
pythonocc-core = "*"
pyyaml = "*"
qt6-main = "*"
qt6-main = ">=6.7,<6.8"
requests = "*"
scipy = "*"
six = "*"