We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcac0eb commit 71d9c00Copy full SHA for 71d9c00
ci/azure_template_windows.yml
@@ -36,6 +36,7 @@ jobs:
36
- script: |
37
python -m pip install --upgrade pip setuptools>=61 wheel
38
python -m pip install -r requirements.txt
39
+ python -m pip install -r requirements-dev.txt
40
python -m pip install -r requirements-test.txt
41
displayName: 'Install dependencies'
42
requirements-dev.txt
@@ -1,3 +1,4 @@
1
+cython>=3.0.10
2
xarray>=0.16
3
mypy>=1.3
4
black[jupyter]~=25.1.0
@@ -17,6 +18,7 @@ pandas-stubs
17
18
pytest-xdist
19
pytest-cov
20
seaborn
21
+setuptools_scm[toml]>=8.0.3,<9
22
sphinx
23
sphinx-immaterial
24
sphinxcontrib-spelling
0 commit comments