From 34c0ff24716039a028f069ceb0d411104614a3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Thu, 27 Nov 2025 12:18:05 +0100 Subject: [PATCH] Remove optional dependency on 'geodatasets' --- .github/workflows/ci_docs.yml | 1 - ci/requirements/docs.yml | 1 - environment.yml | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 1acdffcb0ae..0d25575426d 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -106,7 +106,6 @@ jobs: make pip python-build - geodatasets myst-nb panel sphinx>=6.2 diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 879ea6bc7bf..4573623a0df 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -22,7 +22,6 @@ dependencies: - pip - python-build # Dev dependencies (building documentation) - - geodatasets - myst-nb - panel - sphinx>=6.2 diff --git a/environment.yml b/environment.yml index bc4722dcf09..c6053ff4e4f 100644 --- a/environment.yml +++ b/environment.yml @@ -35,7 +35,6 @@ dependencies: - pytest-mpl - netCDF4 # Dev dependencies (building documentation) - - geodatasets - myst-nb - panel - sphinx>=6.2