Skip to content
Snippets Groups Projects
Commit 0bb2945e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Update BEAT dependence stack

parent e4a79e30
Branches
No related tags found
No related merge requests found
...@@ -50,9 +50,9 @@ bob_devel: ...@@ -50,9 +50,9 @@ bob_devel:
- 2018.04.13 - 2018.04.13
# This version of beat-devel will be used at test time of packages. Notice it # This version of beat-devel will be used at test time of packages. Notice it
# uses bob-devel and should follow it # uses bob-devel and should have a version that is greater or equal its value
beat_devel: beat_devel:
- 2018.04.19 - 2018.04.20
# The build time only dependencies (build requirements). # The build time only dependencies (build requirements).
# Updating these to the latest version all the time is OK and a good idea. # Updating these to the latest version all the time is OK and a good idea.
...@@ -155,10 +155,6 @@ pyedflib: ...@@ -155,10 +155,6 @@ pyedflib:
- 0.1.11 - 0.1.11
pyyaml: pyyaml:
- 3.12 - 3.12
pyzmq:
- 17.0.0
requests:
- 2.18.4
schema: schema:
- 0.6.7 - 0.6.7
scikit_image: scikit_image:
...@@ -167,8 +163,6 @@ scipy: ...@@ -167,8 +163,6 @@ scipy:
- 1.0.1 - 1.0.1
setuptools: setuptools:
- 39.0.1 - 39.0.1
simplejson:
- 3.13.2
six: six:
- 1.11.0 - 1.11.0
sphinx: sphinx:
...@@ -185,3 +179,19 @@ zc_buildout: ...@@ -185,3 +179,19 @@ zc_buildout:
- 2.11.2 - 2.11.2
zc_recipe_egg: zc_recipe_egg:
- 2.0.5 - 2.0.5
# The dependencies that are needed for runtime only (run requirements) of BEAT
# packages. These versions **should** match the versions inside beat-devel
# recipe.
docker_py:
- 3.2.1
jsonschema:
- 2.6.0
python_graphviz:
- 0.8.2
pyzmq:
- 17.0.0
requests:
- 2.18.4
simplejson:
- 3.13.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment