Skip to content

Commit

Permalink
Merge pull request #1028 from xylar/remove-bottleneck
Browse files Browse the repository at this point in the history
Remove unused package bottleneck
  • Loading branch information
xylar authored Oct 27, 2024
2 parents 01c8480 + 5df210c commit bdb97c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ requirements:
- pip
run:
- python >=3.9
- bottleneck
- cartopy >=0.18.0
- cartopy_offlinedata
- cmocean
Expand Down
1 change: 0 additions & 1 deletion dev-spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# Base
python>=3.9
bottleneck
cartopy >=0.18.0
cartopy_offlinedata
cmocean
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@


install_requires = \
['bottleneck',
'cartopy>=0.18.0',
[ 'cartopy>=0.18.0',
'cmocean',
'dask',
'gsw',
Expand Down

0 comments on commit bdb97c5

Please sign in to comment.