Skip to content
Snippets Groups Projects
Commit 1a087a6f authored by Vincent POLLET's avatar Vincent POLLET
Browse files

Add opencv package to bob-devel and bump versions

parent d9fbb3c2
No related branches found
No related tags found
1 merge request!460Add opencv package to bob-devel and bump versions
Pipeline #45799 failed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %}
package: package:
name: beat-devel name: beat-devel
version: 2020.11.18 version: 2020.11.19
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -14,7 +14,7 @@ build: ...@@ -14,7 +14,7 @@ build:
requirements: requirements:
host: host:
- bob-devel 2020.11.18 - bob-devel 2020.11.19
- python {{ python }} - python {{ python }}
# the dependencies are pinned in bob-devel # the dependencies are pinned in bob-devel
- docker-py - docker-py
......
...@@ -4,7 +4,7 @@ package: ...@@ -4,7 +4,7 @@ package:
name: bob-devel name: bob-devel
# please update the version of beat-devel and update bob-devel's version # please update the version of beat-devel and update bob-devel's version
# there as well in the same merge request. # there as well in the same merge request.
version: 2020.11.18 version: 2020.11.19
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -52,6 +52,7 @@ requirements: ...@@ -52,6 +52,7 @@ requirements:
- ncurses 6.2 - ncurses 6.2
- nose 1.3.7 - nose 1.3.7
- numpy 1.19.2 - numpy 1.19.2
- opencv 4.5.0
- pandas 1.1.3 - pandas 1.1.3
- pillow 8.0.1 - pillow 8.0.1
- pkg-config 0.29.2 - pkg-config 0.29.2
......
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