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 0ae6110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions environment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ name: mom6-regional-dev
channels:
- conda-forge
dependencies:
- xesmf
- bottleneck
- esmpy
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ authors = [
]
dynamic = ["version"]
dependencies = [
"bottleneck",
"dask[array]",
"dask[distributed]",
"netCDF4",
"numpy>=1.17.0",
"scipy>=1.2.0",
"xesmf>=0.8",
"netCDF4",
"xarray",
"xesmf>=0.8",
]

[build-system]
Expand Down

0 comments on commit 0ae6110

Please sign in to comment.