Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83fb8c8

Browse filesBrowse files
committed
Use [pandas] rather than [express]
1 parent c543196 commit 83fb8c8
Copy full SHA for 83fb8c8

File tree

Expand file treeCollapse file tree

3 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: packages/python/plotly/plotly/express/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: packages/python/plotly/setup.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.