Skip to content

Commit 63000eb

Browse files
committed
Pin mypy
1 parent 8f2f2c8 commit 63000eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ dependencies = [
2121
"xarray",
2222
"netCDF4",
2323
"scipy",
24-
"jinja2",
25-
"types-pyyaml>=6.0.12.20241230",
24+
"jinja2", # used for skill.style
2625
]
2726

2827
authors = [
@@ -62,7 +61,7 @@ test = [
6261
"pytest-cov",
6362
"openpyxl",
6463
"dask",
65-
"mypy",
64+
"mypy==1.16.1",
6665
"types-PyYAML",
6766
"geopandas",
6867
]

0 commit comments

Comments
 (0)