We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b688e5b commit f8a46fcCopy full SHA for f8a46fc
ci/environment-integration.yml
@@ -7,14 +7,12 @@ dependencies:
7
- pytest
8
- pytest-cov
9
# DO NOT EDIT ABOVE THIS LINE, ADD DEPENDENCIES BELOW
10
-- fsspec == 2021.4.0
11
-- netcdf4
+- dask == 2022.6.1
+- fsspec == 2022.3.0
12
- numpy == 1.23.0
13
- packaging == 22.0
14
- pandas == 1.5.0
15
- rasterio == 1.3.0
16
-- rioxarray == 0.8.0
17
-- shapely
18
-- xarray == 0.21.1
19
-- xmlschema == 1.9.0
20
-- zarr
+- rioxarray == 0.10.0
+- xarray == 2022.06.0
+- xmlschema == 2.0.1
environment.yml
@@ -4,7 +4,7 @@ dependencies:
4
- dask >= 2022.6.1
5
- fsspec >= 2022.3.0
6
- netcdf4
-- numpy >= 1.22.0
+- numpy >= 1.23.0
- rasterio >= 1.3.0
- rioxarray >= 0.10.0
- shapely
0 commit comments