We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01c8480 + 5df210c commit bdb97c5Copy full SHA for bdb97c5
3 files changed
ci/recipe/meta.yaml
@@ -22,7 +22,6 @@ requirements:
22
- pip
23
run:
24
- python >=3.9
25
- - bottleneck
26
- cartopy >=0.18.0
27
- cartopy_offlinedata
28
- cmocean
dev-spec.txt
@@ -3,7 +3,6 @@
3
4
# Base
5
python>=3.9
6
-bottleneck
7
cartopy >=0.18.0
8
cartopy_offlinedata
9
cmocean
setup.py
@@ -16,8 +16,7 @@
16
17
18
install_requires = \
19
- ['bottleneck',
20
- 'cartopy>=0.18.0',
+ [ 'cartopy>=0.18.0',
21
'cmocean',
'dask',
'gsw',
0 commit comments