From 0f5b4b4cec02f0311bc6077cfd9948e6f52216f8 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Sat, 14 Oct 2023 14:29:05 -0500 Subject: [PATCH 1/4] change symlink to only one directory us --- binder/coffea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/coffea b/binder/coffea index e015cdbbd..eb4d9056a 120000 --- a/binder/coffea +++ b/binder/coffea @@ -1 +1 @@ -../src/coffea \ No newline at end of file +../ From 8bfdede40623398d259e8210530a7b331e7c5228 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Sat, 14 Oct 2023 14:31:19 -0500 Subject: [PATCH 2/4] 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' From 63e40d6a3c6cc9fa7353efa7dfd297f673bf7829 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Sat, 14 Oct 2023 14:54:10 -0500 Subject: [PATCH 3/4] fix up symlink --- binder/coffea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/coffea b/binder/coffea index eb4d9056a..b870225aa 120000 --- a/binder/coffea +++ b/binder/coffea @@ -1 +1 @@ -../ +../ \ No newline at end of file From f36be887eba414ae452c33dc066046f98847ca47 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Sat, 14 Oct 2023 14:56:52 -0500 Subject: [PATCH 4/4] add explicit pip dependency for consistency --- binder/environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/environment.yml b/binder/environment.yml index 28013ad0c..f592e6982 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,5 +6,6 @@ dependencies: - ipykernel - xxhash - xrootd + - pip - pip: - '--editable ./coffea'