1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-15 05:03:03 +01:00

build: increased minimal version of bec and bec qthemes

This commit is contained in:
2026-03-11 12:46:47 +01:00
committed by Jan Wyzula
parent 53e5ec42b8
commit 7e0e391888

View File

@@ -13,9 +13,9 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"bec_ipython_client~=3.106", # needed for jupyter console
"bec_lib~=3.106",
"bec_qthemes~=1.0, >=1.3.3",
"bec_ipython_client~=3.107,>=3.107.2", # needed for jupyter console
"bec_lib~=3.107,>=3.107.2",
"bec_qthemes~=1.0, >=1.3.4",
"black>=26,<27", # needed for bw-generate-cli
"isort>=5.13, <9.0", # needed for bw-generate-cli
"ophyd_devices~=1.29, >=1.29.1",