Skip to content

Commit 71d9c00

Browse files
committed
CI: Add Dev requirements
1 parent fcac0eb commit 71d9c00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ci/azure_template_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- script: |
3737
python -m pip install --upgrade pip setuptools>=61 wheel
3838
python -m pip install -r requirements.txt
39+
python -m pip install -r requirements-dev.txt
3940
python -m pip install -r requirements-test.txt
4041
displayName: 'Install dependencies'
4142

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
cython>=3.0.10
12
xarray>=0.16
23
mypy>=1.3
34
black[jupyter]~=25.1.0
@@ -17,6 +18,7 @@ pandas-stubs
1718
pytest-xdist
1819
pytest-cov
1920
seaborn
21+
setuptools_scm[toml]>=8.0.3,<9
2022
sphinx
2123
sphinx-immaterial
2224
sphinxcontrib-spelling

0 commit comments

Comments
 (0)