From 72f36036056399fc57bf1b1090d457218e164ec8 Mon Sep 17 00:00:00 2001 From: Xavier Bouthillier Date: Fri, 11 Feb 2022 16:53:47 -0500 Subject: [PATCH] Add missing cloudpickle for conda --- conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6a445279d..c5b0bbc90 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -17,6 +17,7 @@ requirements: - pytest-runner - appdirs run: + - cloudpickle - dataclasses - python - numpy