We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047a525 commit a89a9afCopy full SHA for a89a9af
.circleci/config.yml
@@ -217,7 +217,8 @@ workflows:
217
- "python-3.4-optional"
218
- "python-3.5-optional"
219
- "python-3.6-optional"
220
- - "python-3.7-optional"
+ # 3.7 optional disabled due to current shapely incompatibility
221
+ # - "python-3.7-optional"
222
- "python-2.7-plot_ly"
223
- "python-3.4-plot_ly"
224
- "python-3.7-plot_ly"
tox.ini
@@ -64,7 +64,7 @@ deps=
64
optional: jupyter==1.0.0
65
optional: pandas==0.19.2
66
optional: scipy==0.18.1
67
- optional: shapely==1.6.4.post2
+ optional: shapely==1.6.4
68
optional: geopandas==0.3.0
69
optional: pyshp==1.2.10
70
optional: pillow==5.2.0
0 commit comments