Skip to content
Snippets Groups Projects
Commit 105c6872 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

[bob-devel] Pin packaging to 19.0 temporarily

parent 256fe604
No related branches found
No related tags found
1 merge request!430[bob-devel] Pin packaging to 19.0 temporarily
Pipeline #32834 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: 2019.08.26 version: 2019.08.28
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -15,7 +15,7 @@ build: ...@@ -15,7 +15,7 @@ build:
requirements: requirements:
host: host:
- python {{ python }} - python {{ python }}
- bob-devel 2019.08.26 - bob-devel 2019.08.28
- docker-py 4.0.2 - docker-py 4.0.2
- flask 1.0.2 - flask 1.0.2
- flask-cors 3.0.7 - flask-cors 3.0.7
......
...@@ -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: 2019.08.26 version: 2019.08.28
build: build:
# the build number must be zero all the time. # the build number must be zero all the time.
...@@ -56,6 +56,9 @@ requirements: ...@@ -56,6 +56,9 @@ requirements:
- nose 1.3.7 - nose 1.3.7
- numpy 1.16.4 - numpy 1.16.4
- opencv 3.4.2 - opencv 3.4.2
# pin packaging temporarily until
# https://github.com/ContinuumIO/anaconda-issues/issues/11236 is fixed.
- packaging 19.0
- pillow 6.1.0 - pillow 6.1.0
- pkg-config 0.29.2 - pkg-config 0.29.2
- pyedflib 0.1.14 - pyedflib 0.1.14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment