From 8eba4b63e5e263b01e40dc80220dc8a82e6cd1ec Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:13:30 +0200 Subject: [PATCH] drop example extra-requirements It's exactly the same as the dataflow one so let's keep it simple and only provide a "dataflow" one. --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a47a897..d2ca4b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,9 +47,6 @@ dataflow = [ "gcsfs<=2024.2.0", "xarray-beam", ] -examples = [ - "xee[dataflow]", -] [project.urls] Homepage = "https://github.com/google/xee" @@ -65,4 +62,4 @@ preview = true pyink-indentation = 2 pyink-use-majority-quotes = true -[tool.setuptools_scm] \ No newline at end of file +[tool.setuptools_scm]