Skip to content

Commit

Permalink
docker: ensure latest birdy 0.8.5 for RavenPy nb fixes
Browse files Browse the repository at this point in the history
To pull this change bird-house/birdy#240.

To fix this error bird-house/birdy#239:
```
RavenPy-master/docs/notebooks/02_Extract_geographical_watershed_properties.ipynb::Cell 5
AttributeError: module 'xarray' has no attribute 'open_rasterio'
```
  • Loading branch information
tlvu committed Mar 16, 2024
1 parent a73fc6c commit 6f2a984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- numpy
# TODO: unpin cf_xarray due to https://github.com/xarray-contrib/cf-xarray/issues/442
- cf_xarray != 0.8.1
- birdy
- birdy >= 0.8.5
# - owslib>=0.23.0 # from ravenpy
# - netcdf4 # from ravenpy
# TODO: remove libnetcdf PIN because https://github.com/Ouranosinc/PAVICS-landing/issues/66
Expand Down

0 comments on commit 6f2a984

Please sign in to comment.