Skip to content

Commit

Permalink
Move bottleneck dependency to pyproject.toml
Browse files Browse the repository at this point in the history
It's a direct dependency, because of NaN filling required by the
library. The CI environment will bring it in when the package itself
is installed.
  • Loading branch information
angus-g committed Sep 27, 2023
1 parent 1e86b7d commit abad3e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ channels:
- conda-forge
dependencies:
- xesmf
- bottleneck
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = [
]
dynamic = ["version"]
dependencies = [
"bottleneck",
"dask[array]",
"dask[distributed]",
"numpy>=1.17.0",
Expand Down

0 comments on commit abad3e4

Please sign in to comment.