Skip to content

Commit b742c34

Browse files
Fixed pinning range for compiler run-time and version of compiler installed at build time
1 parent 84ea27c commit b742c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set required_compiler_version = "2024.0" %}
1+
{% set required_compiler_version = "2024.2.0" %}
22
{% set runtime_lower_bound = required_compiler_version %}
33
{% set runtime_upper_bound = "2024.3.0a0" %}
44

0 commit comments

Comments
 (0)