Skip to content

Commit 158b6a3

Browse files
authored
[cicd] Limit dependency for pip package NodeGraphQtPy (#1619)
For now, cuesubmit's release pipeline is still based on centos7 and python36. I'm limiting the NodeGraphQtPy dependency to python3.7 to avoid crashing the pipeline. Cuesubmit doesn't really depend on this package.
1 parent 1136080 commit 158b6a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements_gui.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ PySide6==6.5.3;python_version=="3.11"
33
PySide2==5.15.2.1;python_version<="3.10"
44
QtPy==1.11.3;python_version<"3.7"
55
QtPy==2.4.1;python_version>="3.7"
6-
NodeGraphQtPy==0.6.38.6
6+
NodeGraphQtPy==0.6.38.6;python_version>="3.7"

0 commit comments

Comments
 (0)