We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc7ab7 commit 472d6d0Copy full SHA for 472d6d0
conda/conda-build/meta.yaml
@@ -90,9 +90,10 @@ requirements:
90
{% endif %}
91
92
run:
93
- - numpy
+ - numpy >=1.22
94
- libopenblas =* =*openmp*
95
{% if gpu_enabled_bool %}
96
+ - cuda-cudart >={{ cuda_version }}
97
# - libcutensor >=1.3
98
- cutensor >=1.3
99
- libcublas
@@ -102,7 +103,7 @@ requirements:
102
103
- opt_einsum >=3.3
104
- scipy
105
- typing_extensions
-
106
+
107
run_constrained:
108
109
- __cuda >=11.4
0 commit comments