diff --git a/environment.yml b/environment.yml index a628ccb9..540c23f9 100644 --- a/environment.yml +++ b/environment.yml @@ -10,10 +10,12 @@ dependencies: - python >=3.8, <=3.11 - area-detector-handlers - bluesky >=1.6.7, !=1.11.0 - - databroker =1.2.5 + - bluesky-live + - databroker =1.2 - databroker-pack + - entrypoints - h5py - - intake + - intake <=1 - matplotlib-base - mongoquery >=1.3.6 - openpyxl diff --git a/pyproject.toml b/pyproject.toml index b8070f75..292391a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,13 +54,16 @@ classifiers = [ dependencies = [ "area-detector-handlers", "bluesky>=1.6.2,!=1.11.0", - "databroker==1.2.5", + "bluesky-live", + "databroker==1.2", "databroker-pack", + "entrypoints", "h5py", - "matplotlib", + "intake<=1", + "matplotlib-base", "mongoquery>=1.3.6", "numpy", - "ophyd>=1.5.1", + "ophyd>=1.6.1", "openpyxl", "pint", "psutil",