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