diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml index 94a0501fbe649a87e154e9e719926d447a359ced..b8742351e72453ba6679b005b2bd107c91d3f693 100644 --- a/conda/beat-devel/meta.yaml +++ b/conda/beat-devel/meta.yaml @@ -2,7 +2,7 @@ {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} package: name: beat-devel - version: 2020.08.12 + version: 2020.08.20 build: # the build number must be zero all the time. @@ -14,7 +14,7 @@ build: requirements: host: - - bob-devel 2020.08.12 + - bob-devel 2020.08.20 - python {{ python }} - docker-py 4.2.0 - jsonschema 3.2.0 diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml index 3e0818aba370a55d3ac5ae3c4dfbc617635bfd55..a5159dedd5956d6fc55a1d1ffbd2e1e9565c4bd0 100644 --- a/conda/bob-devel/meta.yaml +++ b/conda/bob-devel/meta.yaml @@ -4,7 +4,7 @@ package: name: bob-devel # please update the version of beat-devel and update bob-devel's version # there as well in the same merge request. - version: 2020.08.12 + version: 2020.08.20 build: # the build number must be zero all the time. @@ -23,7 +23,7 @@ requirements: # Dependency list of bob packages. Everything is pinned to allow for better # reproducibility. - - boost 1.67.0 + - boost 1.71.0 - caffe 1.0 # [linux] - click 7.1.1 - click-plugins 1.1.1 diff --git a/python.txt b/python.txt index 988a0c48e8efc28dc8cb0b3672fa5c1e15ea07f2..f5045fa7198e32ee9f6d150ed662eb60205e15d5 100644 --- a/python.txt +++ b/python.txt @@ -1,4 +1,3 @@ -conda/dlib conda/cyvlfeat conda/menpo conda/menpofit @@ -20,5 +19,6 @@ conda/nodeenv conda/pre-commit conda/pytest-qt conda/ddt +conda/dlib conda/bob-devel conda/beat-devel