From b1cc5028bb2ad963b6910b272fdb3f50e369290d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 26 Sep 2017 16:30:42 +0200 Subject: [PATCH] pin more --- gitlab/conda_build_config.yaml | 6 ++++++ templates/meta.yaml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index ae355a9..3befa1e 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -57,6 +57,12 @@ sphinx_rtd_theme: - 0.2.4 setuptools: - 27.2.0 +cmake: + - 3.6.3 +pkg_config: + - 0.28 +freetype: + - 2.5.5 pin_run_as_build: libgcc: diff --git a/templates/meta.yaml b/templates/meta.yaml index e5ee9f2..543a47e 100644 --- a/templates/meta.yaml +++ b/templates/meta.yaml @@ -35,10 +35,10 @@ test: - sphinx-build -W {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -b doctest {{ project_dir }}/doc sphinx requires: - - nose {{ nose }} - - coverage {{ coverage }} - - sphinx {{ sphinx }} - - sphinx_rtd_theme {{ sphinx_rtd_theme }} + - nose {{ nose }}.* + - coverage {{ coverage }}.* + - sphinx {{ sphinx }}.* + - sphinx_rtd_theme {{ sphinx_rtd_theme }}.* <TEST_DEPS> about: -- GitLab