We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef310f commit e273882Copy full SHA for e273882
.circleci/config.yml
@@ -504,12 +504,8 @@ workflows:
504
- python-2.7-optional
505
- python-3.5-optional
506
- python-3.6-optional
507
- # 3.7 optional disabled due to current shapely incompatibility
508
- # - python-3.7-optional
509
- - python-2.7-plot_ly
510
- - python-3.7-plot_ly:
511
- requires:
512
+ - python-3.7-optional
+ - python-3.7-plot_ly
513
- python-2-7-orca
514
- python-3-5-orca
515
- python-3-7-orca
packages/python/plotly/tox.ini
@@ -66,8 +66,8 @@ deps=
66
optional: ipywidgets==7.2.0
67
optional: ipykernel==4.8.2
68
optional: jupyter==1.0.0
69
- optional: scipy==0.18.1
70
- optional: shapely==1.6.4
+ optional: scipy==1.2.3
+ optional: shapely==1.7.0
71
optional: geopandas==0.3.0
72
optional: pyshp==1.2.10
73
optional: pillow==5.2.0
0 commit comments