Skip to content

Commit 6c54ee9

Browse files
committed
moved pandas to be a required dependency in tox.ini
1 parent 76c7c61 commit 6c54ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ deps=
5959
pytz==2016.10
6060
retrying==1.3.3
6161
pytest==3.5.1
62+
pandas==0.19.2
6263
backports.tempfile==1.0
6364
optional: --editable=file:///{toxinidir}/../plotly-geo
6465
optional: numpy==1.11.3
6566
optional: ipython[all]==5.1.0
6667
optional: ipywidgets==7.2.0
6768
optional: ipykernel==4.8.2
6869
optional: jupyter==1.0.0
69-
optional: pandas==0.19.2
7070
optional: scipy==0.18.1
7171
optional: shapely==1.6.4
7272
optional: geopandas==0.3.0

0 commit comments

Comments
 (0)