Skip to content

Commit a6169b0

Browse files
authored
Merge pull request #1999 from IntelPython/unrestrict-compiler-version-0.19.x
Leave compiler pinned to 2025.0.0 in maintenance/0.19.x branch
2 parents 57ffae8 + 667b4fe commit a6169b0

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 = "2025.1.0" %}
1+
{% set required_compiler_version = "2025.0.0" %}
22

33
{% set pyproject = load_file_data('pyproject.toml') %}
44
{% set py_build_deps = pyproject.get('build-system', {}).get('requires', []) %}

0 commit comments

Comments
 (0)