Skip to content

Commit

Permalink
Update conda requirements (#383)
Browse files Browse the repository at this point in the history
* Add requirement for our minimum supported NumPy version

* Add runtime dependency on minimum CTK version
  • Loading branch information
manopapad authored May 27, 2022
1 parent 0cc7ab7 commit 472d6d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conda/conda-build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -102,7 +103,7 @@ requirements:
- opt_einsum >=3.3
- scipy
- typing_extensions

run_constrained:
{% if gpu_enabled_bool %}
- __cuda >=11.4
Expand Down

0 comments on commit 472d6d0

Please sign in to comment.