Skip to content

Commit f8a46fc

Browse files
committed
Understand how integration works
1 parent b688e5b commit f8a46fc

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

ci/environment-integration.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@ dependencies:
77
- pytest
88
- pytest-cov
99
# DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW
10-
- fsspec == 2021.4.0
11-
- netcdf4
10+
- dask == 2022.6.1
11+
- fsspec == 2022.3.0
1212
- numpy == 1.23.0
1313
- packaging == 22.0
1414
- pandas == 1.5.0
1515
- rasterio == 1.3.0
16-
- rioxarray == 0.8.0
17-
- shapely
18-
- xarray == 0.21.1
19-
- xmlschema == 1.9.0
20-
- zarr
16+
- rioxarray == 0.10.0
17+
- xarray == 2022.06.0
18+
- xmlschema == 2.0.1

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- dask >= 2022.6.1
55
- fsspec >= 2022.3.0
66
- netcdf4
7-
- numpy >= 1.22.0
7+
- numpy >= 1.23.0
88
- rasterio >= 1.3.0
99
- rioxarray >= 0.10.0
1010
- shapely

0 commit comments

Comments
 (0)