From 5f267ce767ff6d131501fe9a0c73c09e9a5fd386 Mon Sep 17 00:00:00 2001 From: Pete Jemian Date: Fri, 31 Jan 2020 16:20:08 -0600 Subject: [PATCH] need newer ophyd --- conda-recipe/meta.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e1886fc36..b8a087e82 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -40,7 +40,7 @@ requirements: - databroker - event-model>=1.8 - historydict - - ophyd + - ophyd=1.4.0rc4 - pandas - pyRestTable - spec2nexus diff --git a/requirements.txt b/requirements.txt index 7df65226d..106f1a06e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ databroker[all] event-model>=1.10 historydict jsonschema>3 -ophyd +ophyd>=1.4.0rc4 pandas pyRestTable spec2nexus>=2021.1.2