From b2d603b3c55b14f182af900cd19aa39febf8babf Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Fri, 6 Nov 2020 11:44:28 +0100 Subject: [PATCH] Add matplotlib and pandas as deps --- conda-recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 8b7395d..51d9619 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -21,8 +21,10 @@ requirements: - python - numpy - scipy + - pandas - h5py - bokeh + - matplotlib - numba - lmfit - uncertainties