Skip to content

Commit 9c460f8

Browse files
bump kelvin for 25.5 (#160)
Co-authored-by: Caroline Frasca <42614552+carolinefrasca@users.noreply.github.com>
1 parent 1e26cc4 commit 9c460f8

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

recipes/kelvin/recipe.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
context:
2-
version: 0.1.1
2+
version: 0.1.2
3+
mojo_version: "=25.5"
34

45
package:
56
name: "kelvin"
67
version: ${{ version }}
78

89
source:
910
- git: https://github.com/bgreni/Kelvin.git
10-
rev: e8afbd34e7922e33ab9b5ab75333d1c816cdfe05
11+
rev: fcd18cad27aac76daf818782115d06e251ed9f40
1112

1213
build:
1314
number: 0
@@ -16,9 +17,11 @@ build:
1617

1718
requirements:
1819
host:
19-
- max =25.4
20+
- mojo-compiler ${{ mojo_version }}
21+
build:
22+
- mojo-compiler ${{ mojo_version }}
2023
run:
21-
- ${{ pin_compatible('max') }}
24+
- ${{ pin_compatible('mojo-compiler') }}
2225

2326
tests:
2427
- script:
@@ -27,6 +30,11 @@ tests:
2730
- mojo test
2831
# Can't convince PR build to find this file
2932
# - python3 scripts/run_reject_tests.py
33+
requirements:
34+
build:
35+
- mojo ${{ mojo_version }}
36+
run:
37+
- mojo ${{ mojo_version }}
3038

3139
about:
3240
homepage: https://github.com/bgreni/Kelvin

0 commit comments

Comments
 (0)