Skip to content

Commit

Permalink
Merge pull request #900 from ndevenish/pint_flexparser
Browse files Browse the repository at this point in the history
Pin: Add flexparser upper bound
  • Loading branch information
dopplershift authored Nov 7, 2024
2 parents 881189d + be9902e commit 97198d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe/patch_yaml/pint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,12 @@ then:
- tighten_depends:
name: python
upper_bound: "3.13"
---
if:
name: pint
timestamp_lt: 1730982234000
version_gt: 0.24.0
then:
- replace_depends:
old: flexparser >=0.3
new: flexparser >=0.3,<0.4

0 comments on commit 97198d4

Please sign in to comment.