We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a406df7 commit fbc9512Copy full SHA for fbc9512
3 files changed
ci/recipe/recipe.yaml
@@ -40,7 +40,7 @@ requirements:
40
- mache >=1.11.0
41
- matplotlib-base >=3.9.0
42
- mpas_tools >=1.3.0,<2.0.0
43
- - nco >=4.8.1,!=5.2.6
+ - nco >=4.8.1,!=5.2.6,!=5.3.7
44
- netcdf4
45
- numpy >=2.0,<3.0
46
- pandas
dev-spec.txt
@@ -16,7 +16,7 @@ lxml
16
mache >=1.11.0
17
matplotlib-base >=3.9.0
18
mpas_tools >=1.3.0,<2.0.0
19
-nco >=4.8.1,!=5.2.6
+nco >=4.8.1,!=5.2.6,!=5.3.7
20
netcdf4
21
numpy >=2.0,<3.0
22
pandas
pixi.toml
@@ -17,7 +17,7 @@ lxml = "*"
mache = ">=1.11.0"
matplotlib-base = ">=3.9.0"
mpas_tools = ">=1.3.0,<2.0.0"
-nco = ">=4.8.1,!=5.2.6"
+nco = ">=4.8.1,!=5.2.6,!=5.3.7"
netcdf4 = "*"
numpy = ">=2.0,<3.0"
23
pandas = "*"
0 commit comments