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

Sign up
Appearance settings
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 2bf853d

Browse files
Merge pull request #103 from plotly/version_constraint
Added upper plotly version constraint, keep it below 4.0.0
2 parents b29b25c + 43acd92 commit 2bf853d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
package_data={"plotly_express": ["data/*.csv.gz"]},
3333
install_requires=[
3434
"pandas>=0.20.0",
35-
"plotly>=3.10.0",
35+
"plotly>=3.10.0,<4.0.0a0",
3636
"statsmodels>=0.9.0",
3737
"scipy>=0.18",
3838
"patsy>=0.5",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /