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

build: increased min version of bec to 2.21.4

Since we now rely on reusing the BECClient singleton, we need the fix introduced with 2.21.4 in BEC.
This commit is contained in:
2024-08-14 12:29:12 +02:00
parent ea9240d2f7
commit 4f96d0e4a1

View File

@ -13,8 +13,8 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"bec_ipython_client~=2.16", # needed for jupyter console
"bec_lib~=2.16",
"bec_ipython_client~=2.21, >=2.21.4", # needed for jupyter console
"bec_lib~=2.21, >=2.21.4",
"black~=24.0", # needed for bw-generate-cli
"isort~=5.13, >=5.13.2", # needed for bw-generate-cli
"pydantic~=2.0",