Skip to content

Commit

Permalink
Remove unused cuda_spec definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Jun 21, 2023
1 parent d52bcc6 commit afd3dc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% set py_version = environ['CONDA_PY'] %}
{% set cuda_version = '.'.join(environ['RAPIDS_CUDA_VERSION'].split('.')[:2]) %}
{% set cuda_major = cuda_version.split('.')[0] %}
{% set cuda_spec = ">=" + cuda_major ~ ",<" + (cuda_major | int + 1) ~ ".0a0" %} # i.e. >=11,<12.0a0
{% set date_string = environ['RAPIDS_DATE_STRING'] %}

package:
Expand Down

0 comments on commit afd3dc0

Please sign in to comment.