Skip to content

Commit 472d6d0

Browse files
authored
Update conda requirements (#383)
* Add requirement for our minimum supported NumPy version * Add runtime dependency on minimum CTK version
1 parent 0cc7ab7 commit 472d6d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: conda/conda-build/meta.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ requirements:
9090
{% endif %}
9191

9292
run:
93-
- numpy
93+
- numpy >=1.22
9494
- libopenblas =* =*openmp*
9595
{% if gpu_enabled_bool %}
96+
- cuda-cudart >={{ cuda_version }}
9697
# - libcutensor >=1.3
9798
- cutensor >=1.3
9899
- libcublas
@@ -102,7 +103,7 @@ requirements:
102103
- opt_einsum >=3.3
103104
- scipy
104105
- typing_extensions
105-
106+
106107
run_constrained:
107108
{% if gpu_enabled_bool %}
108109
- __cuda >=11.4

0 commit comments

Comments
 (0)