Skip to content

Commit

Permalink
Upper bound as string
Browse files Browse the repository at this point in the history
  • Loading branch information
JoerivanEngelen committed Dec 11, 2024
1 parent 31ffc8d commit a2457f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/patch_yaml/imod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ if:
then:
- tighten_depends:
name: python
upper_bound: 3.13
upper_bound: "3.13"
---
# iMOD Python <= 0.18.1 gives trouble with copying and writing HFBs for
# xarray < 2024.10.0
Expand All @@ -96,4 +96,4 @@ if:
then:
- tighten_depends:
name: xarray
upper_bound: 2024.10.0
upper_bound: "2024.10.0"

0 comments on commit a2457f4

Please sign in to comment.