Skip to content

Commit

Permalink
Merge pull request #1687 from IntelPython/fix-compiler-version-pinning
Browse files Browse the repository at this point in the history
Fix compiler version pinning in maintenance/0.17.x
  • Loading branch information
oleksandr-pavlyk authored May 17, 2024
2 parents 84ea27c + b742c34 commit 862c133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set required_compiler_version = "2024.0" %}
{% set required_compiler_version = "2024.2.0" %}
{% set runtime_lower_bound = required_compiler_version %}
{% set runtime_upper_bound = "2024.3.0a0" %}

Expand Down

0 comments on commit 862c133

Please sign in to comment.