Skip to content

Commit

Permalink
Merge pull request #251 from traversaro/patch-2
Browse files Browse the repository at this point in the history
Add missing run dependency on cuda-cupti
  • Loading branch information
xhochy authored May 22, 2024
2 parents ef449f9 + 903563e commit 9bc9f0e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 59 deletions.

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions .ci_support/migrations/libgrpc162_libprotobuf4253.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.4.23" %}
{% set number = 1 %}
{% set number = 2 %}

{% if cuda_compiler_version != "None" %}
{% set number = number + 200 %}
Expand Down Expand Up @@ -85,6 +85,8 @@ requirements:
- ml_dtypes >=0.2.0
- __cuda # [cuda_compiler_version != "None"]
- cuda-nvcc # [(cuda_compiler_version or "").startswith("12")]
# Workaround for https://github.com/conda-forge/cuda-cupti-feedstock/issues/14
- cuda-cupti >=12.0.90,<13.0a0 # [(cuda_compiler_version or "").startswith("12")]
run_constrained:
- jax >={{ version }}

Expand Down

0 comments on commit 9bc9f0e

Please sign in to comment.