From 69f2b24dea02ce8520f7cd6227a01f5a20bf4672 Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Sun, 22 Sep 2024 09:15:58 -0400 Subject: [PATCH] Skip pdal --- pyproject.toml | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06de322..e14090b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,6 +27,11 @@ classifiers = [ ] authors = [{name = "Qiusheng Wu", email = "giswqs@gmail.com"}] +[project.optional-dependencies] +all = [ + "lidar", +] + [tool] [tool.setuptools.packages.find] include = ["geospatial*"] diff --git a/requirements.txt b/requirements.txt index de889e5..f9d3e31 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ overturemaps owslib palettable panel -pdal +# pdal planetary-computer plotly # proplot