We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c543196 commit 83fb8c8Copy full SHA for 83fb8c8
packages/python/plotly/plotly/express/__init__.py
@@ -15,7 +15,7 @@
15
16
Or install Plotly Express and its dependencies directly with:
17
18
-$ pip install "plotly[express]"
+$ pip install "plotly[pandas]"
19
20
You can also use Plotly Graph Objects to create a large number of charts without installing
21
pandas. See examples here: https://plotly.com/python/graph-objects/
packages/python/plotly/requires-express.txt packages/python/plotly/requires-pandas.txt
packages/python/plotly/setup.py
@@ -609,7 +609,7 @@ def read_req_file(req_type):
609
],
610
install_requires=read_req_file("install"),
611
extras_require={
612
- "express": read_req_file("express"),
+ "pandas": read_req_file("pandas"),
613
"dev": read_req_file("dev"),
614
},
615
zip_safe=False,
0 commit comments