From 47cad88c38ea34d4408a6d02681fa1548e79c925 Mon Sep 17 00:00:00 2001 From: ArturTomczak Date: Tue, 7 Sep 2021 14:32:21 +0200 Subject: [PATCH] add IDS requirements #1727 --- conda/meta.yaml | 8 +++++++- src/ifcopenshell-python/ifcopenshell/requirements.txt | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 src/ifcopenshell-python/ifcopenshell/requirements.txt diff --git a/conda/meta.yaml b/conda/meta.yaml index 49b12169a7..7b38d9d0f9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -24,13 +24,19 @@ requirements: - swig >=3.0.9 - libboost - icu + - xmlschema + - lxml + - numpy run: - libgcc # [osx] - python - oce ==0.18.3 - libboost - icu - + - xmlschema + - lxml + - numpy + about: home: http://ifcopenshell.org license: LGPL diff --git a/src/ifcopenshell-python/ifcopenshell/requirements.txt b/src/ifcopenshell-python/ifcopenshell/requirements.txt new file mode 100644 index 0000000000..232aae9415 --- /dev/null +++ b/src/ifcopenshell-python/ifcopenshell/requirements.txt @@ -0,0 +1,4 @@ +lxml==4.6.3 +numpy==1.20.3 +regex==2021.4.4 +xmlschema==1.6.4 \ No newline at end of file