Skip to content

Commit

Permalink
Fix meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinz committed Nov 29, 2023
1 parent 59e55ee commit 1ac1aa3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,12 @@ requirements:
- cuda-nvcc ={{ cuda_version }}
- cuda-cccl ={{ cuda_version }}
- cuda-cudart ={{ cuda_version }}
- cuda-cudart-static ={{ cuda_version }}
- cuda-driver-dev ={{ cuda_version }}
- cuda-cudart-dev ={{ cuda_version }}
- cuda-nvtx ={{ cuda_version }}
# - libcutensor-dev >=1.3
- cutensor >=1.3 =*_*
- cutensor >=1.3,<2.0 =*_*
- libcublas-dev
- libcusolver-dev
- libcufft-dev
Expand All @@ -140,6 +141,8 @@ requirements:
- libcublas
- libcusolver >=11.4.1.48-0
- libcufft
- libnvjitlink
- libcusparse
{% endif %}
- opt_einsum >=3.3
- scipy
Expand Down

0 comments on commit 1ac1aa3

Please sign in to comment.