Skip to content

Commit 619838f

Browse files
committed
Update pandas for Python 3
1 parent a8d52ab commit 619838f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/python/plotly/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ deps=
5757
pytz==2016.10
5858
retrying==1.3.3
5959
pytest==3.5.1
60-
pandas==0.24.2
60+
pandas==0.24.2;python_version<"3.0"
61+
pandas==1.2.0;python_version>"3.5"
6162
xarray==0.10.9
6263
statsmodels==0.10.2
6364
pillow==5.2.0

0 commit comments

Comments
 (0)