Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbjoernl committed Sep 6, 2024
1 parent 6717392 commit e557496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ test_require =
tox:tox

[options.extras_require]
relalt =
optional =
pandas
cf-units
xarray
netcdf4
Expand Down
2 changes: 1 addition & 1 deletion src/pyaro/timeseries/Filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def __init__(self, topo_file: str | None = None, topo_var: str = "topography", r
Note:
-----
This filter requires additional dependencies (xarray, netcdf4, cf-units) to function. These can be installed
with `pip install .[relalt]
with `pip install .[optional]
"""
if "cf_units" not in sys.modules:
logger.warning("relaltitude filter is missing required dependency 'cf-units'. Please install to use this filter.")
Expand Down

0 comments on commit e557496

Please sign in to comment.