From ab72e15bfd9c9c25d61616513ab98b2ccab36615 Mon Sep 17 00:00:00 2001 From: hrodmn Date: Tue, 25 Feb 2025 09:56:13 -0600 Subject: [PATCH] update readme --- README.md | 2 -- uv.lock | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd71b96..96d1043 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ - [`glad-glclu2020-change-v2`](https://radiantearth.github.io/stac-browser/#/external/raw.githubusercontent.com/stactools-packages/glad-glclu2020/main/examples/glad-glclu2020-change-v2/collection.json) - [Browse a notebook demonstrating the example item and collection](https://github.com/stactools-packages/glad-glclu2020/tree/main/docs/example.ipynb) -A short description of the package and its usage. - ## STAC examples - [Collection](https://github.com/stactools-packages/glad-glclu2020/blob/main/examples/glad-glclu2020-v2/collection.json) diff --git a/uv.lock b/uv.lock index 660731d..46f706f 100644 --- a/uv.lock +++ b/uv.lock @@ -2489,7 +2489,7 @@ wheels = [ [[package]] name = "stactools-glad-glclu2020" -version = "0.1.0" +version = "0.1.1" source = { editable = "." } dependencies = [ { name = "parse" }, @@ -2532,7 +2532,7 @@ requires-dist = [ { name = "parse", specifier = ">=1.20.2" }, { name = "pre-commit", marker = "extra == 'dev'", specifier = "~=4.0" }, { name = "pystac", specifier = ">=1.11.0,<2.0.0" }, - { name = "pystac", marker = "extra == 'docs'", specifier = "~=1.10" }, + { name = "pystac", marker = "extra == 'docs'", specifier = "~=1.11" }, { name = "pytest", marker = "extra == 'dev'", specifier = "~=8.2" }, { name = "pytest-cov", marker = "extra == 'dev'", specifier = "~=6.0" }, { name = "python-slugify", specifier = ">=8.0.4" },