We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6df14 commit 054de6aCopy full SHA for 054de6a
environment-minver.yml
@@ -1,7 +1,7 @@
1
channels:
2
- conda-forge
3
dependencies:
4
-- fsspec == 2021.11.0
+- fsspec == 2022.4.0
5
- make
6
- mypy
7
- netcdf4
environment.yml
@@ -1,18 +1,18 @@
-- dask
-- fsspec
+- dask >= 2022.5.0
+- fsspec >= 2022.3.0
8
9
- numpy >= 1.22.0
10
- pytest
11
- pytest-cov
12
- rasterio >= 1.3.0
13
-- rioxarray
+- rioxarray >= 0.10.0
14
- shapely
15
- types-setuptools
16
- xarray >= 2022.6.0
17
-- xmlschema
+- xmlschema >= 2.0.1
18
- zarr
0 commit comments