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