Skip to content

Commit 39bd207

Browse files
authored
Install cftime with pip on Windows (#2098)
1 parent 39b2a37 commit 39bd207

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/requirements-py27-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
- conda-forge
44
dependencies:
55
- python=2.7
6-
- cftime
76
- dask
87
- distributed
98
- h5py
@@ -21,3 +20,5 @@ dependencies:
2120
- toolz
2221
- rasterio
2322
- zarr
23+
- pip:
24+
- cftime

0 commit comments

Comments
 (0)