From a302e5db64180e940863da994d22cea85e8b5e7f Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Mon, 8 May 2023 14:12:03 +0200 Subject: [PATCH] add zlib to conda build dependency zlib is now longer indirectly included from the vtk package now that we have a new occt variant novtk that does not depend on vtk --- conda/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 58bb1c4da3..61476901d2 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -32,6 +32,7 @@ requirements: - gmp # [unix] - mpir # [win] - nlohmann_json + - zlib run: - python @@ -44,6 +45,7 @@ requirements: - gmp # [unix] - mpir # [win] - nlohmann_json + - zlib test: imports: