0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

fix: support for bec v3

This commit is contained in:
2024-11-18 14:00:55 +01:00
parent 0219f7c78a
commit 746359b2cc

View File

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