Skip to content

Commit fbc9512

Browse files
committed
Skip nco 5.3.7
There is an issue with it reading years like 0010 as octal 8 instead of decimal 10.
1 parent a406df7 commit fbc9512

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ci/recipe/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ requirements:
4040
- mache >=1.11.0
4141
- matplotlib-base >=3.9.0
4242
- mpas_tools >=1.3.0,<2.0.0
43-
- nco >=4.8.1,!=5.2.6
43+
- nco >=4.8.1,!=5.2.6,!=5.3.7
4444
- netcdf4
4545
- numpy >=2.0,<3.0
4646
- pandas

dev-spec.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lxml
1616
mache >=1.11.0
1717
matplotlib-base >=3.9.0
1818
mpas_tools >=1.3.0,<2.0.0
19-
nco >=4.8.1,!=5.2.6
19+
nco >=4.8.1,!=5.2.6,!=5.3.7
2020
netcdf4
2121
numpy >=2.0,<3.0
2222
pandas

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lxml = "*"
1717
mache = ">=1.11.0"
1818
matplotlib-base = ">=3.9.0"
1919
mpas_tools = ">=1.3.0,<2.0.0"
20-
nco = ">=4.8.1,!=5.2.6"
20+
nco = ">=4.8.1,!=5.2.6,!=5.3.7"
2121
netcdf4 = "*"
2222
numpy = ">=2.0,<3.0"
2323
pandas = "*"

0 commit comments

Comments
 (0)