From 40f3447ad1874afe19c2c252129005795d9426ed Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Thu, 9 Mar 2017 14:36:00 +0100 Subject: [PATCH] Update dependency versions in nix build script --- nix/build-all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/build-all.py b/nix/build-all.py index 939d79a03a..117c15125c 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -49,8 +49,8 @@ ch.setLevel(logging.INFO) logger.addHandler(ch) PROJECT_NAME="IfcOpenShell" -OCE_VERSION="0.16" -PYTHON_VERSIONS=["2.7.10", "3.2.6", "3.3.6", "3.4.4", "3.5.1"] +OCE_VERSION="0.18" +PYTHON_VERSIONS=["2.7.12", "3.2.6", "3.3.6", "3.4.6", "3.5.3"] BOOST_VERSION="1.59.0" PCRE_VERSION="8.39" LIBXML_VERSION="2.9.3"