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::