move the shapely dep

This commit is contained in:
Michael James 2018-10-11 14:39:57 -06:00
parent c5b376b504
commit c056251634
2 changed files with 2 additions and 1 deletions

View file

@ -2,3 +2,4 @@ sphinx>=1.3
nbconvert>=4.1
enum34
jupyter
shapely

View file

@ -6,7 +6,7 @@ import sys
from distutils.core import setup
from setuptools import find_packages
dependencies = ['numpy','six','shapely']
dependencies = ['numpy','six']
if sys.version_info < (3, 4):
dependencies.append('enum34')