Skip to content

Commit

Permalink
🐛 quick fix for pyecharts#113. demmand jupyter-pip==0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 19, 2017
1 parent 3f4f994 commit 047b345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jinja2==2.8
jinja2>=2.8
future
pillow
jupyter-pip
jupyter-pip>=0.3.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__author__ = 'chenjiandongx'
__author_email__ = '[email protected]'
__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'
Expand Down

0 comments on commit 047b345

Please sign in to comment.