From 62bb0f6e0bcae662017479bc9dcdb7a5bca0eb67 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 4 Dec 2018 10:45:59 +0100 Subject: [PATCH] Set correct version constraints --- conda/meta.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index f568fcd3..ca26dc15 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -34,7 +34,7 @@ requirements: - pyzmq - simplejson - six - - beat.backend.python >1.6 + - beat.backend.python >=1.6.0a0 - matplotlib - pillow diff --git a/requirements.txt b/requirements.txt index 474bfded..4f35af4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -beat.backend.python +beat.backend.python>=1.6.0a0 docker docopt graphviz -- GitLab