Skip to content
Snippets Groups Projects
Commit 987e47ee authored by André Anjos's avatar André Anjos 💬
Browse files

[python] Move dlib to the bottom of the stack

parent 7b7175fc
No related branches found
No related tags found
1 merge request!443Support for python-3.8
Pipeline #43958 failed with stage
in 2 minutes and 52 seconds
......@@ -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
......
......@@ -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
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment