Skip to content

Commit c5f32ec

Browse files
authored
Merge pull request #85 from brews/pin_env
Pin environment packages in prep for release
2 parents 093a873 + 5bed9a4 commit c5f32ec

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

environment.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ channels:
33
- conda-forge
44
dependencies:
55
- adlfs=0.7.5 # Prevent azure blob errors, not hard req.
6-
- dask
7-
- click
8-
- cftime
6+
- dask=2021.6.0
7+
- click=8.0.1
8+
- cftime=1.5.0
99
- fsspec=2021.5.0 # Prevent azure blob errors, not hard req.
10-
- gcsfs
11-
- numpy
12-
- pip
13-
- pytest
10+
- gcsfs=2021.5.0
11+
- numpy=1.20.3
12+
- pip=21.1.2
13+
- pytest=6.2.4
1414
- python=3.9
15-
- s3fs
16-
- xarray
17-
- xesmf
18-
- bottleneck
19-
- zarr
15+
- s3fs=2021.5.0
16+
- xarray=0.18.2
17+
- xesmf=0.5.3
18+
- bottleneck=1.3.2
19+
- zarr=2.8.3
2020
- pip:
21-
- git+https://github.com/dgergel/xsd@feature/add_spatial_disaggregation_recipe
21+
- git+https://github.com/dgergel/xsd@458f292dab6e8a6584659e97a66c37e028da2b7a
2222
- git+https://github.com/Ouranosinc/xclim@d1e654cf59a5d5761f5586bca1102a1590ae6e32

0 commit comments

Comments
 (0)