Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 510ef91

Browse files
actually depend on 3.8.0
1 parent 06360e1 commit 510ef91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="plotly_express",
17-
version="0.1.5",
17+
version="0.1.6",
1818
description="Plotly Express - a high level wrapper for Plotly.py",
1919
long_description=long_description,
2020
long_description_content_type="text/markdown",
@@ -32,7 +32,7 @@
3232
package_data={"plotly_express": ["data/*.csv.gz"]},
3333
install_requires=[
3434
"pandas>=0.20.0",
35-
"plotly>=3.7.1",
35+
"plotly>=3.8.0",
3636
"statsmodels>=0.9.0",
3737
"scipy>=0.18",
3838
"patsy>=0.5",

0 commit comments

Comments
 (0)