Skip to content

Commit bdb97c5

Browse files
authored
Merge pull request #1028 from xylar/remove-bottleneck
Remove unused package bottleneck
2 parents 01c8480 + 5df210c commit bdb97c5

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

ci/recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ requirements:
2222
- pip
2323
run:
2424
- python >=3.9
25-
- bottleneck
2625
- cartopy >=0.18.0
2726
- cartopy_offlinedata
2827
- cmocean

dev-spec.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# Base
55
python>=3.9
6-
bottleneck
76
cartopy >=0.18.0
87
cartopy_offlinedata
98
cmocean

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717

1818
install_requires = \
19-
['bottleneck',
20-
'cartopy>=0.18.0',
19+
[ 'cartopy>=0.18.0',
2120
'cmocean',
2221
'dask',
2322
'gsw',

0 commit comments

Comments
 (0)