From e80d98469582e5d02cba5a3a9ad07b99b6914bf8 Mon Sep 17 00:00:00 2001 From: Eric Neilsen Date: Fri, 3 May 2024 10:42:06 -0700 Subject: [PATCH] fit lsst-efd-client from conda instead of pypi --- container_environment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/container_environment.yaml b/container_environment.yaml index 606f59a4..acbf09d6 100644 --- a/container_environment.yaml +++ b/container_environment.yaml @@ -8,8 +8,6 @@ dependencies: - numpy - pandas - astropy >= 5.3 - - rubin-scheduler - - rubin-sim - uranography >= 1.1.0 - bokeh >= 3.1.1 - panel >= 1.1.0 @@ -19,7 +17,9 @@ dependencies: - botocore - boto3 - wget + - lsst-efd-client + - rubin-scheduler + - rubin-sim - pip - pip: - - lsst-efd-client - lsst.resources