Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 95c6c48

Browse files
authored
Remove anytree dependency from CI runs (#101)
1 parent 1536a10 commit 95c6c48

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ jobs:
7575
run: |
7676
python -m pip install --no-deps --upgrade \
7777
git+https://github.com/pydata/xarray \
78-
git+https://github.com/Unidata/netcdf4-python \
79-
git+https://github.com/c0fec0de/anytree
78+
git+https://github.com/Unidata/netcdf4-python
8079
python -m pip install --no-deps -e .
8180
python -m pip list
8281
- name: Running Tests

docs/source/installation.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ To install a development version from source:
2626
$ python -m pip install -e .
2727
2828
29-
You will need xarray and `anytree <https://github.com/c0fec0de/anytree>`_
30-
as dependencies, with netcdf4, zarr, and h5netcdf as optional dependencies to allow file I/O.
29+
You will just need xarray as a required dependency, with netcdf4, zarr, and h5netcdf as optional dependencies to allow file I/O.
3130

3231
.. note::
3332

0 commit comments

Comments
 (0)