diff --git a/README.md b/README.md index 8877f56b..8e564129 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ Thanks for helping to improve everyones experience with CMIP6 data! ## How many datasets have been ingested by LEAP? -This little snippet can be used to identify how many datasets have been ingested during the second phase (fully based on pangeo-forge): +This little snippet can be used to identify how many datasets have been ingested during the second phase (fully based on pangeo-forge): ```python import intake @@ -157,7 +157,7 @@ url_dict = { iids_found = [] for catalog,url in url_dict.items(): - + n_new_iids = count_new_iids(url) print(f"{url_dict=} LEAP ingested datasets {n_new_iids}") ``` diff --git a/feedstock/requirements.txt b/feedstock/requirements.txt index f8a0f553..cbe50642 100644 --- a/feedstock/requirements.txt +++ b/feedstock/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/leap-stc/leap-data-management-utils@factor-out-cmip +leap-data-management-utils==0.0.2 pangeo-forge-esgf==0.2.0 dynamic-chunks==0.0.2 git+https://github.com/ranchodeluxe/xarray@ranchodeluxe-patch-1#egg=xarray