From 2dc01aec2daabef88a833fe76352b43e7fa710b8 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 8 Jul 2018 15:06:12 +0200 Subject: [PATCH] Update conda meta --- conda/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 88248f7f4e..49b12169a7 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,9 +1,9 @@ package: name: ifcopenshell - version: "0.6.0a0" + version: "0.6.0a1" source: - git_rev: "v0.6.0a0" + git_rev: "v0.6.0a1" git_url: https://github.com/IfcOpenShell/IfcOpenShell build: @@ -19,7 +19,7 @@ requirements: - gcc # [osx] - make - python - - oce ==0.17.3 + - oce ==0.18.3 - cmake - swig >=3.0.9 - libboost @@ -27,7 +27,7 @@ requirements: run: - libgcc # [osx] - python - - oce ==0.17.3 + - oce ==0.18.3 - libboost - icu