Skip to content

Commit e273882

Browse files
clean up ci jobs (#2355)
* clean up ci jobs * upgrade shapely dep * upgrade deps * more version constellation tuning * scipy compatible with both
1 parent 4ef310f commit e273882

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Diff for: .circleci/config.yml

+2-6
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

Diff for: packages/python/plotly/tox.ini

+2-2
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)