File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616import labscript_utils .shared_drive
1717from labscript_utils .connections import _ensure_str
1818from labscript_utils .properties import get_attributes
19- import runmanager
19+ from labscript_utils . shot_utils import get_shot_globals
2020
2121
2222def asdatetime (timestr ):
@@ -26,7 +26,7 @@ def asdatetime(timestr):
2626 return pandas .Timestamp (timestr , tz = tz )
2727
2828def get_nested_dict_from_shot (filepath ):
29- row = runmanager . get_shot_globals (filepath )
29+ row = get_shot_globals (filepath )
3030 with h5py .File (filepath ,'r' ) as h5_file :
3131 if 'results' in h5_file :
3232 for groupname in h5_file ['results' ]:
Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ python:
2323 path : .
2424 extra_requirements :
2525 - docs
26- system_packages : true
2726
Original file line number Diff line number Diff line change @@ -31,12 +31,11 @@ install_requires =
3131 desktop-app>=0.1.2
3232 h5py
3333 importlib_metadata
34- labscript_utils>=3.0 .0
34+ labscript_utils>=3.3 .0
3535 matplotlib
3636 numpy
3737 pandas>=0.21
3838 qtutils>=2.2.2
39- runmanager>=3.0.0
4039 scipy
4140 tzlocal
4241 zprocess>=2.2.2
You can’t perform that action at this time.
0 commit comments