Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions conda/pytorch-cuda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@
{% set libcusparse_constraints=">=11.7.5.86,<12.0.0.76" %}
{% set libnpp_constraints=">=11.8.0.86,<12.0.0.30" %}
{% set libnvjpeg_constraints=">=11.9.0.86,<12.0.0.28" %}
{% elif version == '12.1' %}
{% set cuda_constraints=">=12.1,<12.2" %}
{% set libcufft_constraints=">=11.0.2.4" %}
{% set libcublas_constraints=">=12.1.0.26" %}
{% set libcusolver_constraints=">=11.4.4.55" %}
{% set libcusparse_constraints=">=12.0.2.55" %}
{% set libnpp_constraints=">=12.0.2.50" %}
{% set libnvjpeg_constraints=">=12.1.0.39" %}
{% endif %}

package:
Expand Down