0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

fix: added bec_ipython_client as dependency; needed for jupyter widget

This commit is contained in:
2024-06-08 12:19:49 +02:00
parent 9c5a471234
commit 006a0894b8
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ dependencies = [
"qtpy",
"pyqtgraph",
"bec_lib",
"bec_ipython_client", # needed for jupyter widget
"zmq",
"h5py",
"pyqtdarktheme",