Skip to content
Snippets Groups Projects
Commit 6bcde7ab authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[dev.yml] Fix all the beat dependencies to match the versions used by buildout

Since beat.core is fixed at 1.8.0, the others must also
be pinned to their corresponding versions.

See release.cfg
parent a6070bce
No related branches found
No related tags found
1 merge request!309Fix all the beat dependencies used for CI testing to match the versions used by buildout
Pipeline #34121 failed
...@@ -4,13 +4,19 @@ channels: ...@@ -4,13 +4,19 @@ channels:
- http://www.idiap.ch/software/beat/conda - http://www.idiap.ch/software/beat/conda
- defaults - defaults
dependencies: dependencies:
- pip
# packages you may pin are here # packages you may pin are here
- python=3.6 - python=3.6
- bob-devel=2019.08.28 - bob-devel=2019.08.28
- beat-devel=2019.08.28 - beat-devel=2019.08.28
# requirements.txt, they are indirectly pinned through the above # beat dependencies matching release.cfg
- beat.core=1.8 - beat.core=1.8
- beat.backend.python=1.6.2
- beat.cmdline=1.4.1
# requirements.txt, they are indirectly pinned through the above
- docopt - docopt
- docutils - docutils
- jinja2 - jinja2
...@@ -21,7 +27,6 @@ dependencies: ...@@ -21,7 +27,6 @@ dependencies:
- simplejson - simplejson
# these are required for local development, they are not runtime # these are required for local development, they are not runtime
- beat.cmdline
- bob.extension - bob.extension
- nose - nose
- coverage - coverage
......
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