Skip to content

Commit

Permalink
Add shapely as a hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Feb 6, 2023
1 parent 6b04f6d commit 33553c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@

requirements = ['setuptools>=3.2', 'pyproj>=3.0', 'configobj',
'pykdtree>=1.3.1', 'pyyaml', 'numpy>=1.10.0',
"shapely",
]

if sys.version_info < (3, 10):
Expand All @@ -43,8 +44,7 @@
'cf': ['xarray'],
'gradient_search': ['shapely'],
'xarray_bilinear': ['xarray', 'dask', 'zarr'],
'tests': test_requires,
"geos_areas": ["shapely"]}
'tests': test_requires}

setup_requires = ['numpy>=1.10.0', 'cython']

Expand Down

0 comments on commit 33553c5

Please sign in to comment.