File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 58
58
xarray
59
59
netCDF4
60
60
packaging
61
- build
61
+ python- build
62
62
63
63
# Install the package that we want to test
64
64
- name : Install the package
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ jobs:
104
104
geopandas<1.0
105
105
ipython
106
106
rioxarray
107
- build
108
107
make
109
108
pip
109
+ python-build
110
110
myst-nb
111
111
panel
112
112
sphinx
Original file line number Diff line number Diff line change 62
62
ipython
63
63
pyarrow
64
64
rioxarray
65
- build
66
65
make
67
66
pip
67
+ python-build
68
68
pytest
69
69
pytest-doctestplus
70
70
pytest-mpl
Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ jobs:
125
125
xarray${{ matrix.xarray-version }}
126
126
netCDF4
127
127
packaging
128
- build
129
128
dvc
130
129
make
131
130
pip
131
+ python-build
132
132
pytest
133
133
pytest-cov
134
134
pytest-doctestplus
Original file line number Diff line number Diff line change 72
72
pyarrow
73
73
rioxarray
74
74
sphinx-gallery
75
- build
76
75
make
77
76
pip
77
+ python-build
78
78
pytest
79
79
pytest-doctestplus
80
80
pytest-mpl
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ dependencies:
18
18
- ipython
19
19
- rioxarray
20
20
# Development dependencies (general)
21
- - build
22
21
- make
23
22
- pip
23
+ - python-build
24
24
# Dev dependencies (building documentation)
25
25
- myst-nb
26
26
- panel
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ dependencies:
18
18
- ipython
19
19
- rioxarray
20
20
# Development dependencies (general)
21
- - build
22
21
- dvc
23
22
- jupyter
24
23
- make
25
24
- pip
25
+ - python-build
26
26
# Dev dependencies (style checks)
27
27
- codespell
28
28
- pre-commit
You can’t perform that action at this time.
0 commit comments