From 8afd15d24cc52cc78477a37d3bfb825a1981175d Mon Sep 17 00:00:00 2001 From: Alex Seeholzer Date: Tue, 20 Dec 2016 09:32:28 +0100 Subject: [PATCH] Updated conda brian requirements --- conda_build/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_build/meta.yaml b/conda_build/meta.yaml index bf3fa26..c8cf2d3 100644 --- a/conda_build/meta.yaml +++ b/conda_build/meta.yaml @@ -14,14 +14,14 @@ requirements: - nose - numpy - scipy - - brian2=2.0 + - brian2 >=2.0 - matplotlib run: - python - numpy - scipy - - brian2=2.0 + - brian2 >=2.0 - matplotlib - ipython