Skip to content

Commit

Permalink
536 release fixed xarray version after new xugrid release (#549)
Browse files Browse the repository at this point in the history
* remove xarray fixed version

* updated minimal xugrid version

* added all durations to pytest config
  • Loading branch information
veenstrajelmer authored Sep 30, 2023
1 parent dda0fb6 commit c110845
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ shapely>=1.7.0
geopandas
fiona>=1.9
contextily
xarray<2023.9.0
xarray
dask
netcdf4>=1.5.3
bottleneck
xugrid>=0.6.4
xugrid>=0.6.5
cdsapi
pydap>=3.3.0
pooch
Expand Down
7 changes: 3 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,11 @@ install_requires =
geopandas
fiona>=1.9
contextily
#install xarray<2023.9.0 to avoid xugrid ImportError until the next xugrid release: https://github.com/Deltares/xugrid/issues/162
xarray<2023.9.0
xarray
dask
netcdf4>=1.5.3
bottleneck
xugrid>=0.6.4
xugrid>=0.6.5
cdsapi
pydap>=3.3.0
pooch
Expand Down Expand Up @@ -74,7 +73,7 @@ python_files = test_*.py
console_output_style = count
norecursedirs = tests/*
#norecursedirs = .git .eggs .github dfm_tools.egg-info docs
addopts = -v --tb=short --durations=5
addopts = -v --tb=short --durations=0
testpaths =
tests
markers =
Expand Down

0 comments on commit c110845

Please sign in to comment.