Merge pull request #22322 from oursland/pixi-update

pixi: Update pixi dependencies for VFX Reference Platform.
This commit is contained in:
Kacper Donat
2025-07-06 16:50:19 +02:00
committed by GitHub
2 changed files with 6874 additions and 4832 deletions

11695
pixi.lock

File diff suppressed because it is too large Load Diff

View File

@@ -31,8 +31,8 @@ matplotlib = "*"
nine = "*"
ninja = "*"
noqt5 = "*"
numpy = "*"
occt = "*"
numpy = ">=1.26,<1.27"
occt = ">=7.8,<7.9"
opencamlib = "*"
opencv = "*"
openssl = "*"
@@ -48,14 +48,14 @@ pyside6 = "*"
python = ">=3.11,<3.12"
pythonocc-core = "*"
pyyaml = "*"
qt6-main = ">=6.7,<6.8"
qt6-main = ">=6.8,<6.9"
requests = "*"
scipy = "*"
six = "*"
smesh = "*"
swig = "*"
sympy = "*"
tbb-devel = "*"
tbb-devel = ">=2022,<2023"
vtk = "*"
xerces-c = "*"
xlutils = "*"
@@ -145,6 +145,9 @@ sed = "*"
[target.win-64.dependencies]
pthreads-win32 = "*"
[pypi-dependencies]
freecad-stubs = "*"
## Qt 6 Configuration Presets
[target.linux-64.tasks]
configure = { cmd = [ "cmake", "-B", "build", "--preset", "conda-linux-debug", "-DBUILD_REVERSEENGINEERING=OFF" ], depends-on = ["initialize"], env={ CFLAGS="", CXXFLAGS="", DEBUG_CFLAGS="", DEBUG_CXXFLAGS="" }}