mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 06:47:57 -05:00
move the shapely dep
This commit is contained in:
parent
c5b376b504
commit
dbc72186e8
2 changed files with 2 additions and 1 deletions
|
@ -2,3 +2,4 @@ sphinx>=1.3
|
|||
nbconvert>=4.1
|
||||
enum34
|
||||
jupyter
|
||||
shapely
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue