PVPlant: PySide2 -> PySide genérico (FreeCAD resuelve el binding), eliminado de requirements

This commit is contained in:
Javier Braña
2026-05-03 00:22:31 +02:00
parent 02b639d4ed
commit 5c1159d244
9 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -1164,8 +1164,8 @@ from scipy.interpolate import LinearNDInterpolator
import Part
import FreeCAD
import FreeCADGui
from PySide2 import QtCore, QtGui
from PySide2.QtWidgets import QListWidgetItem
from PySide import QtCore, QtGui
from PySide.QtWidgets import QListWidgetItem
import os
import PVPlantResources