Skip to content

Commit 1453618

Browse files
committed
install pyqt5 instead of pyqt6
graphic does not open on all distributions with pyqt6 Signed-off-by: Mika Laitio <lamikr@gmail.com>
1 parent 3fc282c commit 1453618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binfo/039_01_pytorch_dependencies.binfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ BINFO_APP_NO_POSTINSTALL=1
88

99
BINFO_APP_INSTALL_CMD_ARRAY=(
1010
"cd ${BINFO_APP_BUILD_DIR}"
11-
"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"
11+
"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"
1212
)

0 commit comments

Comments
 (0)