Skip to content

Commit 0f1b0de

Browse files
chore(deps): update dependency netcdf4 to >=1.6.1, <1.7.5
1 parent 905d44f commit 0f1b0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"xarray >= 2024.2.0, < 2026.0", # CalVer: allow through next calendar year
3838
# Optimization and data handling
3939
"linopy >= 0.5.1, < 0.6", # Widened from patch pin to minor range
40-
"netcdf4 >= 1.6.1, < 1.7.4", # 1.7.4 missing wheels, revert to < 2 later
40+
"netcdf4 >=1.6.1, <1.7.5", # 1.7.4 missing wheels, revert to < 2 later
4141
# Utilities
4242
"pyyaml >= 6.0.0, < 7",
4343
"colorlog >= 6.8.0, < 7",

0 commit comments

Comments
 (0)