Skip to content

Commit

Permalink
Bump number to 6
Browse files Browse the repository at this point in the history
As the variants dropped some keys, bump `number` just in case it is
needed. There shouldn't be any notable change though.
  • Loading branch information
jakirkham committed Jun 27, 2023
1 parent 3dc49ff commit 8d38d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% set name = "implicit" %}
{% set version = "0.7.0" %}
{% set sha256 = "e7bcf0c267404f0e579f268515174e981996bb268106c5be869d312bf48ab72e" %}
{% set number = "5" %}
{% set number = "6" %}

{% set implicit_proc_type = "cpu" if (cuda_compiler|default("None")) == "None" else "gpu" %}

Expand Down

0 comments on commit 8d38d49

Please sign in to comment.