From cdc17211ef7215dacf9ac93baa1581dfd02319fb Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 3 May 2019 10:56:46 +0100 Subject: [PATCH] Added pip as explicit dependency. --- conda_env.yml | 1 + conda_env_macOS.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/conda_env.yml b/conda_env.yml index 281d09d7..d6c2e5c7 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -10,6 +10,7 @@ dependencies: - jupyter - matplotlib - numpy +- pip - psutil - scipy diff --git a/conda_env_macOS.yml b/conda_env_macOS.yml index b203a8fd..826dd5c0 100644 --- a/conda_env_macOS.yml +++ b/conda_env_macOS.yml @@ -11,6 +11,7 @@ dependencies: - jupyter - matplotlib - numpy +- pip - psutil - scipy