mirror of
https://github.com/pyecharts/pyecharts.git
synced 2025-12-08 20:59:23 +00:00
🐛 quick fix for #113. demmand jupyter-pip==0.3.1
This commit is contained in:
parent
ace23a9205
commit
d556dcee78
@ -1,4 +1,4 @@
|
||||
jinja2==2.8
|
||||
jinja2>=2.8
|
||||
future
|
||||
pillow
|
||||
jupyter-pip
|
||||
jupyter-pip>=0.3.1
|
||||
|
||||
2
setup.py
2
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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user