Skip to content

Commit 711324a

Browse files
Merge pull request #2363 from plotly/master
Clean up CI in doc-prod
2 parents 1505476 + e273882 commit 711324a

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,12 +504,8 @@ workflows:
504504
- python-2.7-optional
505505
- python-3.5-optional
506506
- 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-2.7-plot_ly
507+
- python-3.7-optional
508+
- python-3.7-plot_ly
513509
- python-2-7-orca
514510
- python-3-5-orca
515511
- python-3-7-orca

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<img src="https://img.shields.io/badge/help_forum-discourse-blue.svg"/>
1616
</td>
1717
</tr>
18-
1918
<tr>
2019
<td>PyPI Downloads</td>
2120
<td>

packages/python/plotly/tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ deps=
6666
optional: ipywidgets==7.2.0
6767
optional: ipykernel==4.8.2
6868
optional: jupyter==1.0.0
69-
optional: scipy==0.18.1
70-
optional: shapely==1.6.4
69+
optional: scipy==1.2.3
70+
optional: shapely==1.7.0
7171
optional: geopandas==0.3.0
7272
optional: pyshp==1.2.10
7373
optional: pillow==5.2.0

0 commit comments

Comments
 (0)