Skip to content

Commit dddac11

Browse files
authored
fix the binder environment (#5650)
* add pooch to the binder environment * update python
1 parent 2977563 commit dddac11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.binder/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: xarray-examples
22
channels:
33
- conda-forge
44
dependencies:
5-
- python=3.8
5+
- python=3.9
66
- boto3
77
- bottleneck
88
- cartopy
@@ -26,6 +26,7 @@ dependencies:
2626
- pandas
2727
- pint
2828
- pip
29+
- pooch
2930
- pydap
3031
- pynio
3132
- rasterio

0 commit comments

Comments
 (0)