From f36be887eba414ae452c33dc066046f98847ca47 Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Sat, 14 Oct 2023 14:56:52 -0500 Subject: [PATCH] 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'