Skip to content
This repository was archived by the owner on Jun 3, 2024. 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)