Update meta.yml removed broken dask dependency

Removed broken dask dependency and added distributed, which was the extra.
This commit is contained in:
nidichaogequ
2024-10-25 19:21:25 +08:00
parent a37b34aeb3
commit 7efd94e4bf
+1 -1
View File
@@ -23,7 +23,6 @@ requirements:
- poetry-core >=1.0.0 - poetry-core >=1.0.0
run: run:
- dask-geopandas >=0.2.0 - dask-geopandas >=0.2.0
- dask-core ^2023.1.0extras
- python >=3.6,<3.11 - python >=3.6,<3.11
- pandas >=1.4.0 - pandas >=1.4.0
- numpy <1.24.0 - numpy <1.24.0
@@ -42,6 +41,7 @@ requirements:
- rasterio >=1.2.9 - rasterio >=1.2.9
- bottleneck >=1.3.3 - bottleneck >=1.3.3
- dask >=2022.0.0 - dask >=2022.0.0
- distributed >=2022.0.0
- joblib >=1.1.0 - joblib >=1.1.0
- rioxarray >=0.12.0 - rioxarray >=0.12.0
# xarray[io] # xarray[io]