diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index 0d1f566445ece485d3665fdd0fc7f4c5ef48d504..dd1d28c75541baf4ba2ba9e60be7f8cc3af5dd19 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -50,9 +50,9 @@ bob_devel: - 2018.04.13 # This version of beat-devel will be used at test time of packages. Notice it -# uses bob-devel and should follow it +# uses bob-devel and should have a version that is greater or equal its value beat_devel: - - 2018.04.19 + - 2018.04.20 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -155,10 +155,6 @@ pyedflib: - 0.1.11 pyyaml: - 3.12 -pyzmq: - - 17.0.0 -requests: - - 2.18.4 schema: - 0.6.7 scikit_image: @@ -167,8 +163,6 @@ scipy: - 1.0.1 setuptools: - 39.0.1 -simplejson: - - 3.13.2 six: - 1.11.0 sphinx: @@ -185,3 +179,19 @@ zc_buildout: - 2.11.2 zc_recipe_egg: - 2.0.5 + +# The dependencies that are needed for runtime only (run requirements) of BEAT +# packages. These versions **should** match the versions inside beat-devel +# recipe. +docker_py: + - 3.2.1 +jsonschema: + - 2.6.0 +python_graphviz: + - 0.8.2 +pyzmq: + - 17.0.0 +requests: + - 2.18.4 +simplejson: + - 3.13.2