Skip to content

Commit

Permalink
Add pykdtree dependency
Browse files Browse the repository at this point in the history
If pykdtree is present, cartopy uses it instead of scipy's
implementation, avoiding a potential incompatibility with scipy>=1.11.0.
  • Loading branch information
cpalfonso committed Aug 3, 2023
1 parent ebb852a commit 94980d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ requirements:
- rasterio
- geopandas
- stripy
- pykdtree

test:
imports:
Expand All @@ -52,4 +53,4 @@ about:
extra:
recipe-maintainers:
- brmather
- jcannon-gplates
- jcannon-gplates
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def _minimal_ext_cmd(cmd):
'rasterio',
'geopandas',
'stripy',
'pykdtree',
],
packages = ['gplately'],
package_data = {'gplately': ['Notebooks/*ipynb', # Worked Examples is not currently used
Expand Down

0 comments on commit 94980d7

Please sign in to comment.