Skip to content

Commit

Permalink
excluded xugrid 0.6.0 because of a bug Deltares/xugrid#113
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jul 6, 2023
1 parent 29daac8 commit c4a439c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
scipy<1.10.0
numpy
matplotlib
pandas
pandas<2.0.0
shapely>=1.7.0
geopandas
contextily
xarray
xarray<2023.3.0
dask
netcdf4>=1.5.3
bottleneck
xugrid>=0.6.0
xugrid<0.6.0
cdsapi
pydap>=3.3.0
hydrolib-core>=0.5.1
Expand Down
9 changes: 6 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,18 @@ install_requires =
scipy<1.10.0
numpy
matplotlib
pandas
#install pandas<2.0.0 to avoid conflict with xarray<2023.3.0: https://github.com/Deltares/xugrid/issues/78#issuecomment-1597723955 (solved from xugrid 0.6.0, but has another bug)
pandas<2.0.0
shapely>=1.7.0
geopandas
contextily
xarray
#install xarray<2023.3.0 to avoid issue: https://github.com/Deltares/xugrid/issues/78 (solved from xugrid 0.6.0, but has another bug)
xarray<2023.3.0
dask
netcdf4>=1.5.3
bottleneck
xugrid>=0.6.0
#install xugrid<0.6.0 to avoid issue: https://github.com/Deltares/xugrid/issues/113
xugrid<0.6.0
cdsapi
pydap>=3.3.0
hydrolib-core>=0.5.1
Expand Down

0 comments on commit c4a439c

Please sign in to comment.