add IDS requirements #1727

This commit is contained in:
ArturTomczak
2021-09-07 14:32:21 +02:00
committed by Thomas Krijnen
parent e81dd9c7df
commit 47cad88c38
2 changed files with 11 additions and 1 deletions
+7 -1
View File
@@ -24,13 +24,19 @@ requirements:
- swig >=3.0.9 - swig >=3.0.9
- libboost - libboost
- icu - icu
- xmlschema
- lxml
- numpy
run: run:
- libgcc # [osx] - libgcc # [osx]
- python - python
- oce ==0.18.3 - oce ==0.18.3
- libboost - libboost
- icu - icu
- xmlschema
- lxml
- numpy
about: about:
home: http://ifcopenshell.org home: http://ifcopenshell.org
license: LGPL license: LGPL
@@ -0,0 +1,4 @@
lxml==4.6.3
numpy==1.20.3
regex==2021.4.4
xmlschema==1.6.4