From d556dcee78598cbd2ac75c6e19bcc1496d776fc4 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 19 Aug 2017 15:55:35 +0100 Subject: [PATCH] :bug: quick fix for #113. demmand jupyter-pip==0.3.1 --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5a54a567..040ec5f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -jinja2==2.8 +jinja2>=2.8 future pillow -jupyter-pip +jupyter-pip>=0.3.1 diff --git a/setup.py b/setup.py index 91bc8a7e..a806a273 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ __version__ = '0.1.9.6' __author__ = 'chenjiandongx' __author_email__ = 'chenjiandongx@qq.com' __license__ = 'MIT' -__requires__ = ['pillow', 'jinja2', 'future', 'jupyter-pip'] +__requires__ = ['pillow', 'jinja2', 'future', 'jupyter-pip==0.3.1'] __packages__ = ['pyecharts', 'pyecharts/charts', 'pyecharts/custom'] __keywords__ = ['echarts', 'charts'] __jupyter_echarts__ = 'pyecharts/templates/js/echarts'