From 796d6475608501d54920b2abd5a4f50ec09e2020 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Thu, 2 Apr 2020 03:15:40 +0200 Subject: [PATCH] Pin holoviews version --- conda.recipe/meta.yaml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 53507a1914..efb323ac08 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -28,6 +28,8 @@ requirements: {% for dep in sdata.get('install_requires',{}) %} - {{ dep }} {% endfor %} + run_constrained: + - holoviews >=1.13.2 about: home: {{ sdata['url'] }} diff --git a/setup.py b/setup.py index 0c1337e3a0..75aca83f3a 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def run(self): _recommended = [ 'notebook >=5.4', - 'holoviews >=1.13.0', + 'holoviews >=1.13.2', 'matplotlib', 'pillow', 'plotly'