From 741c2da95c8a37bab06bf24b0e14dd6e9dc49660 Mon Sep 17 00:00:00 2001 From: James Myatt Date: Thu, 13 Oct 2022 17:13:16 +0100 Subject: [PATCH] Depend on matplotlib-base conda package See https://conda-forge.org/docs/maintainer/knowledge_base.html#matplotlib --- conda/torchdrug/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/torchdrug/meta.yaml b/conda/torchdrug/meta.yaml index 9dd6ab0..0b142f7 100644 --- a/conda/torchdrug/meta.yaml +++ b/conda/torchdrug/meta.yaml @@ -17,7 +17,7 @@ requirements: - decorator - numpy >=1.11 - rdkit >=2020.09 - - matplotlib + - matplotlib-base - tqdm - networkx - ninja @@ -48,4 +48,4 @@ about: doc_url: https://torchdrug.ai license: Apache-2.0 license_file: LICENSE - summary: A powerful and flexible machine learning platform for drug discovery \ No newline at end of file + summary: A powerful and flexible machine learning platform for drug discovery