diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index dd1d28c75541baf4ba2ba9e60be7f8cc3af5dd19..c624930b783e6e39048af23773e9a1f75681d45c 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -52,7 +52,7 @@ bob_devel: # This version of beat-devel will be used at test time of packages. Notice it # uses bob-devel and should have a version that is greater or equal its value beat_devel: - - 2018.04.20 + - 2018.04.24 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -183,10 +183,14 @@ zc_recipe_egg: # The dependencies that are needed for runtime only (run requirements) of BEAT # packages. These versions **should** match the versions inside beat-devel # recipe. +colorlog: + - 3.1.4 docker_py: - 3.2.1 jsonschema: - 2.6.0 +oset: + - 0.1.3 python_graphviz: - 0.8.2 pyzmq: @@ -195,3 +199,5 @@ requests: - 2.18.4 simplejson: - 3.13.2 +termcolor: + - 1.1.0