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

Add pybind dependency

parent 3f537508
No related branches found
No related tags found
1 merge request!444Add pybind dependency
Pipeline #40476 passed
...@@ -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.05.19 version: 2020.06.15
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.05.19 - bob-devel 2020.06.15
- python {{ python }} - python {{ python }}
- docker-py 4.2.0 - docker-py 4.2.0
- jsonschema 3.2.0 - jsonschema 3.2.0
......
...@@ -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.05.19 version: 2020.06.15
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -88,6 +88,7 @@ requirements: ...@@ -88,6 +88,7 @@ requirements:
- psycopg2 2.8.4 - psycopg2 2.8.4
# semi-supported dependencies (drop them if they conflict): # semi-supported dependencies (drop them if they conflict):
- dlib 19.7 - dlib 19.7
- pybind11 2.4.3
run: run:
- python - python
run_constrained: run_constrained:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment