From dd2c2bd73b8627306a73b01901facc753f30c530 Mon Sep 17 00:00:00 2001 From: rly Date: Fri, 17 Jan 2025 09:41:03 -0800 Subject: [PATCH] Adjust for new sparse dependency group --- .github/workflows/run_coverage.yml | 2 +- .readthedocs.yaml | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_coverage.yml b/.github/workflows/run_coverage.yml index ee1f9ff91..330bb7aba 100644 --- a/.github/workflows/run_coverage.yml +++ b/.github/workflows/run_coverage.yml @@ -56,7 +56,7 @@ jobs: - name: Install package with optional dependencies if: ${{ matrix.opt_req }} run: | - python -m pip install ".[test,tqdm,zarr,termset]" + python -m pip install ".[test,tqdm,sparse,zarr,termset]" - name: Run tests and generate coverage report run: | diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b752396f4..f17c323b1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -24,7 +24,7 @@ formats: all # Optionally set the version of Python and requirements required to build your docs python: install: - - path: .[docs,tqdm,zarr,termset] # path to the package relative to the root + - path: .[docs,tqdm,sparse,zarr,termset] # path to the package relative to the root # Optionally include all submodules submodules: diff --git a/tox.ini b/tox.ini index 775cb7592..4caa68a4b 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ extras = # which optional dependency set(s) to use (default: none) pytest: test gallery: doc - optional: tqdm,zarr,termset + optional: tqdm,sparse,zarr,termset commands = # commands to run for every environment python --version # print python version for debugging