diff --git a/conda/conda-build/meta.yaml b/conda/conda-build/meta.yaml index 412e5171f..d6bfab9c7 100644 --- a/conda/conda-build/meta.yaml +++ b/conda/conda-build/meta.yaml @@ -90,9 +90,10 @@ requirements: {% endif %} run: - - numpy + - numpy >=1.22 - libopenblas =* =*openmp* {% if gpu_enabled_bool %} + - cuda-cudart >={{ cuda_version }} # - libcutensor >=1.3 - cutensor >=1.3 - libcublas @@ -102,7 +103,7 @@ requirements: - opt_einsum >=3.3 - scipy - typing_extensions - + run_constrained: {% if gpu_enabled_bool %} - __cuda >=11.4