You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we re-organize imports to allow for importing SimMotor without needing h5py? As I understand h5py is only necessary for the pattern generator sim device. So SimMotor maybe should be importable w/o needing this library?
I can't do:
from ophyd_async.sim.demo import SimMotor
in a project that depends onophyd-async
.h5py is a dev dependency, so it should move into primary dependencies?
The text was updated successfully, but these errors were encountered: