Skip to content

Commit

Permalink
[cicd] Limit dependency for pip package NodeGraphQtPy (#1619)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DiegoTavares authored Dec 13, 2024
1 parent 1136080 commit 158b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_gui.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ PySide6==6.5.3;python_version=="3.11"
PySide2==5.15.2.1;python_version<="3.10"
QtPy==1.11.3;python_version<"3.7"
QtPy==2.4.1;python_version>="3.7"
NodeGraphQtPy==0.6.38.6
NodeGraphQtPy==0.6.38.6;python_version>="3.7"

0 comments on commit 158b6a3

Please sign in to comment.