This repository was archived by the owner on Aug 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 data exploration and figure generation. See the gallery at https://plotly.github.io/plotly_express
44"""
55
6- __version__ = "0.1.7 "
6+ __version__ = "0.1.8 "
77
88from ._chart_types import ( # noqa: F401
99 scatter ,
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = "plotly_express" ,
17- version = "0.1.7 " , # also update __version__ !
17+ version = "0.1.8 " , # also update __version__ !
1818 description = "Plotly Express - a high level wrapper for Plotly.py" ,
1919 long_description = long_description ,
2020 long_description_content_type = "text/markdown" ,
3232 package_data = {"plotly_express" : ["data/*.csv.gz" ]},
3333 install_requires = [
3434 "pandas>=0.20.0" ,
35- "plotly>=3.8.1 " ,
35+ "plotly>=3.9.0 " ,
3636 "statsmodels>=0.9.0" ,
3737 "scipy>=0.18" ,
3838 "patsy>=0.5" ,
You can’t perform that action at this time.
0 commit comments