Skip to content

Commit

Permalink
install pyqt5 instead of pyqt6
Browse files Browse the repository at this point in the history
- graphic dialogs on interctive python test apps
  does not open on all distributions with pyqt6
  (for example fedora 40)

Signed-off-by: Mika Laitio <[email protected]>
  • Loading branch information
lamikr committed Jul 15, 2024
1 parent 27a9480 commit a2c755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binfo/039_01_pytorch_dependencies.binfo
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ BINFO_APP_NO_POSTINSTALL=1

BINFO_APP_INSTALL_CMD_ARRAY=(
"cd ${BINFO_APP_BUILD_DIR}"
"pip install future leveldb numpy protobuf pydot python-gflags pyyaml scikit-image setuptools six hypothesis typing tqdm typing_extensions jupyterlab notebook pandas seaborn matplotlib opencv-python cufflinks ipywidgets wheel opt_einsum keras_preprocessing librosa boto3 pyqt6"
"pip install future leveldb numpy protobuf pydot python-gflags pyyaml scikit-image setuptools six hypothesis typing tqdm typing_extensions jupyterlab notebook pandas seaborn matplotlib opencv-python cufflinks ipywidgets wheel opt_einsum keras_preprocessing librosa boto3 pyqt5"
)

0 comments on commit a2c755d

Please sign in to comment.