mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-24 03:38:00 +02:00
fix: restrict pyepics version until ophyd is fixed
This commit is contained in:
@ -21,7 +21,7 @@ dependencies = [
|
|||||||
"numpy >= 1.24, <3.0",
|
"numpy >= 1.24, <3.0",
|
||||||
"pyyaml ~= 6.0",
|
"pyyaml ~= 6.0",
|
||||||
"std_daq_client ~= 1.3",
|
"std_daq_client ~= 1.3",
|
||||||
"pyepics ~= 3.5, >=3.5.5",
|
"pyepics >=3.5.5, <=3.5.7",
|
||||||
"pytest ~= 8.0",
|
"pytest ~= 8.0",
|
||||||
"h5py ~= 3.10",
|
"h5py ~= 3.10",
|
||||||
"hdf5plugin >=4.3, < 6.0",
|
"hdf5plugin >=4.3, < 6.0",
|
||||||
|
Reference in New Issue
Block a user