Skip to content

Commit

Permalink
Merge pull request #952 from xylar/fix-uxarray-python-bounds
Browse files Browse the repository at this point in the history
Add uxarray patch to fix python constraints
  • Loading branch information
ocefpaf authored Jan 26, 2025
2 parents 7d79f02 + 3559b6d commit fededc2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/patch_yaml/uxarray.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# this patch fixes incorrect python constraints in uxarray
# https://github.com/conda-forge/uxarray-feedstock/issues/89
if:
name: uxarray
version_ge: "2024.12.0"
version_le: "2025.01.0"
timestamp_lt: 1737840060000
then:
- replace_depends:
old: python >=3.9
new: python >=3.10

0 comments on commit fededc2

Please sign in to comment.