build: update pdes, bec_lib for v3, py-scibec>=1.5, pytest-bec-e2e~=3.0, and pydantic~=2.8dep

This commit is contained in:
appel_c 2024-11-21 08:00:11 +01:00
parent c8f3b88dde
commit e3d4d33d57
3 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"bec_lib",
"bec-lib~=3.0",
"ipython~=8.22",
"numpy>=1.24, <3.0",
"pyepics~=3.5",
@ -27,7 +27,7 @@ dev = [
"coverage~=7.0",
"isort~=5.13, >=5.13.2",
"pylint~=3.0",
"pytest-bec-e2e",
"pytest-bec-e2e~=3.0",
"pytest-random-order~=1.1",
"pytest-redis~=3.1",
"pytest-retry~=1.1",

View File

@ -22,7 +22,7 @@ dependencies = [
"msgpack~=1.0, >1.0.4",
"numpy>=1.24, <3.0",
"psutil~=5.9",
"pydantic~=2.0",
"pydantic~=2.8",
"pylint~=3.0",
"pyyaml~=6.0",
"redis~=5.0",

View File

@ -13,16 +13,16 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"bec-lib",
"bec-lib~=3.0",
"h5py~=3.10",
"libtmux~=0.37",
"lmfit~=1.3",
"msgpack~=1.0",
"numpy>=1.24, <3.0",
"ophyd~=1.9",
"ophyd_devices~=1.0",
"pydantic~=2.0",
"py-scibec~=1.14",
"ophyd_devices>=1.10.3, <2.0",
"pydantic~=2.8",
"py-scibec~=1.15",
"pyyaml~=6.0",
"python-dotenv~=1.0",
"rich~=13.7",