From fab8598a05765860159b8cbc08da79de92379eec Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Sun, 26 Jun 2022 11:18:53 +0200 Subject: [PATCH] Add numpy-stl to hidden-imports Fixes #10696 Contributes to CURA-9365 --- conandata.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conandata.yml b/conandata.yml index 8b3d63d738..46202ed02c 100644 --- a/conandata.yml +++ b/conandata.yml @@ -58,6 +58,7 @@ - "logging.handlers" - "zeroconf" - "fcntl" + - "stl" collect_all: - "cura" - "UM" @@ -130,6 +131,7 @@ - "logging.handlers" - "zeroconf" - "fcntl" + - "stl" collect_all: - "cura" - "UM" @@ -202,6 +204,7 @@ - "logging.handlers" - "zeroconf" - "fcntl" + - "stl" collect_all: - "cura" - "UM" @@ -274,6 +277,7 @@ - "logging.handlers" - "zeroconf" - "fcntl" + - "stl" collect_all: - "cura" - "UM"