Skip to content

Commit

Permalink
fix the binder environment (#5650)
Browse files Browse the repository at this point in the history
* add pooch to the binder environment

* update python
  • Loading branch information
keewis authored Jul 30, 2021
1 parent 2977563 commit dddac11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: xarray-examples
channels:
- conda-forge
dependencies:
- python=3.8
- python=3.9
- boto3
- bottleneck
- cartopy
Expand All @@ -26,6 +26,7 @@ dependencies:
- pandas
- pint
- pip
- pooch
- pydap
- pynio
- rasterio
Expand Down

0 comments on commit dddac11

Please sign in to comment.