From 4b2eb339951e7aaffaedcc213c5f536aed9c623b Mon Sep 17 00:00:00 2001 From: Vivek Miglani Date: Thu, 5 Mar 2020 16:56:06 -0800 Subject: [PATCH] Adding matplotlib to Conda dependencies (#314) Summary: Noticed that matplotlib was included in setup.py and required for pip, but not for conda. Adding matplotlib so both are consistent. Pull Request resolved: https://github.com/pytorch/captum/pull/314 Reviewed By: orionr, NarineK Differential Revision: D20295348 Pulled By: vivekmig fbshipit-source-id: f9a4118ff808af8a60f38fce5576fe4f7a99336f --- .conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 6db0d96a6f..94dd32c70c 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -17,6 +17,7 @@ requirements: run: - numpy - pytorch>=1.2 + - matplotlib test: imports: