From 74ffddc63a33eb08b3d085acaa19d429ae7816e6 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Sun, 14 Apr 2024 16:17:22 -0500 Subject: [PATCH] PKG dependencies/requirements --- environment.yml | 6 ++++-- pyproject.toml | 9 ++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) 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",