Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
xarray
netCDF4
packaging
build
python-build

# Install the package that we want to test
- name: Install the package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ jobs:
geopandas<1.0
ipython
rioxarray
build
make
pip
python-build
myst-nb
panel
sphinx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_doctests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
ipython
pyarrow
rioxarray
build
make
pip
python-build
pytest
pytest-doctestplus
pytest-mpl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ jobs:
xarray${{ matrix.xarray-version }}
netCDF4
packaging
build
dvc
make
pip
python-build
pytest
pytest-cov
pytest-doctestplus
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
pyarrow
rioxarray
sphinx-gallery
build
make
pip
python-build
pytest
pytest-doctestplus
pytest-mpl
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies:
- ipython
- rioxarray
# Development dependencies (general)
- build
- make
- pip
- python-build
# Dev dependencies (building documentation)
- myst-nb
- panel
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencies:
- ipython
- rioxarray
# Development dependencies (general)
- build
- dvc
- jupyter
- make
- pip
- python-build
# Dev dependencies (style checks)
- codespell
- pre-commit
Expand Down