From 4c16f6618deaea1ec84f8d3c673c6d7256b1ea2f Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Thu, 26 May 2022 12:12:23 -0400 Subject: [PATCH] remove anytree dependency from CI runs --- .github/workflows/main.yaml | 3 +-- docs/source/installation.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a1843b34..37f0ae22 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -75,8 +75,7 @@ jobs: run: | python -m pip install --no-deps --upgrade \ git+https://github.com/pydata/xarray \ - git+https://github.com/Unidata/netcdf4-python \ - git+https://github.com/c0fec0de/anytree + git+https://github.com/Unidata/netcdf4-python python -m pip install --no-deps -e . python -m pip list - name: Running Tests diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 48799089..6cab417e 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -26,8 +26,7 @@ To install a development version from source: $ python -m pip install -e . -You will need xarray and `anytree `_ -as dependencies, with netcdf4, zarr, and h5netcdf as optional dependencies to allow file I/O. +You will just need xarray as a required dependency, with netcdf4, zarr, and h5netcdf as optional dependencies to allow file I/O. .. note::