Skip to content

Commit 83fb8c8

Browse files
committed
Use [pandas] rather than [express]
1 parent c543196 commit 83fb8c8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

packages/python/plotly/plotly/express/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Or install Plotly Express and its dependencies directly with:
1717
18-
$ pip install "plotly[express]"
18+
$ pip install "plotly[pandas]"
1919
2020
You can also use Plotly Graph Objects to create a large number of charts without installing
2121
pandas. See examples here: https://plotly.com/python/graph-objects/

packages/python/plotly/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def read_req_file(req_type):
609609
],
610610
install_requires=read_req_file("install"),
611611
extras_require={
612-
"express": read_req_file("express"),
612+
"pandas": read_req_file("pandas"),
613613
"dev": read_req_file("dev"),
614614
},
615615
zip_safe=False,

0 commit comments

Comments
 (0)