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 a881bddbe6
commit b3a3b13603
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 - ninja
- noqt5 - noqt5
- python>=3.11,<3.12 - python>=3.11,<3.12
- qt6-main<6.9 - qt6-main>=6.7,<6.8
- swig - swig
- if: linux and x86_64 - if: linux and x86_64
@@ -109,7 +109,7 @@ requirements:
- pybind11 - pybind11
- pyside6 - pyside6
- python>=3.11,<3.12 - python>=3.11,<3.12
- qt6-main<6.9 - qt6-main>=6.7,<6.8
- six - six
- smesh - smesh
- vtk - vtk
@@ -164,7 +164,7 @@ requirements:
- python>=3.11,<3.12 - python>=3.11,<3.12
- pythonocc-core - pythonocc-core
- pyyaml - pyyaml
- qt6-main<6.9 - qt6-main>=6.7,<6.8
- requests - requests
- scipy - scipy
- sympy - 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" python = ">=3.11,<3.12"
pythonocc-core = "*" pythonocc-core = "*"
pyyaml = "*" pyyaml = "*"
qt6-main = "*" qt6-main = ">=6.7,<6.8"
requests = "*" requests = "*"
scipy = "*" scipy = "*"
six = "*" six = "*"