From 8bfdede40623398d259e8210530a7b331e7c5228 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Sat, 14 Oct 2023 14:31:19 -0500 Subject: [PATCH] editable install through symlink --- binder/environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binder/environment.yml b/binder/environment.yml index e79d94741..28013ad0c 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,4 +6,5 @@ dependencies: - ipykernel - xxhash - xrootd - - coffea==0.7.16 + - pip: + - '--editable ./coffea'