From 51026b9e1dd5006aa67cb41a49276e6852bb195c Mon Sep 17 00:00:00 2001 From: krande Date: Fri, 8 Apr 2022 12:21:33 +0200 Subject: [PATCH] fix: add more packages to test requires --- conda/meta.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 975e27e493..82163a2035 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -40,6 +40,7 @@ requirements: - requests - nlohmann_json - isodate + - numpy >= 1.17 test: imports: @@ -47,6 +48,12 @@ test: requires: - pytest - pytest-cov + - numpy + - lxml + - isodate + - lark + - networkx + - xmlschema source_files: - test - src/ifcopenshell-python