-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Romain
committed
May 29, 2024
1 parent
a6df06f
commit 1b85b36
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.3.0" | ||
__version__ = "0.4.0" | ||
|
||
import gsw | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "gsw-xarray" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
description = "Drop in wrapper for gsw which adds CF standard name and units attributes to xarray results" | ||
authors = ["Andrew Barna <[email protected]>", "Romain Caneill <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
@@ -11,7 +11,7 @@ repository = "https://github.com/DocOtak/gsw-xarray" | |
documentation = "https://gsw-xarray.readthedocs.io/" | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
python = ">=3.9" | ||
xarray = ">=0.20.2" | ||
gsw = ">=3.4.0" | ||
cf-xarray = "^0.7.4" | ||
|