From 2afcd0da4bfc9f6fcf2602aa6f0ca0c47bda8e57 Mon Sep 17 00:00:00 2001 From: Vinod Singla Date: Sun, 24 Nov 2019 12:24:10 -0500 Subject: [PATCH] fix: add pip as dependency to env yml --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 584fa7d..a23fed4 100644 --- a/environment.yml +++ b/environment.yml @@ -1,5 +1,6 @@ name: kf_bf dependencies: +- pip - python - ipython - jupyter