Skip to content

Commit

Permalink
Release 22.05.01
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinz authored Jun 16, 2022
1 parent 0a642e8 commit 7fcbf60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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,11 +103,12 @@ requirements:
- opt_einsum >=3.3
- scipy
- typing_extensions

run_constrained:

{% if gpu_enabled_bool %}
- __cuda >=11.4
{% endif %}

run_constrained:
- __glibc >=2.17 # [linux]

about:
Expand Down
2 changes: 1 addition & 1 deletion cunumeric/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
ArgSpec(
action="store",
type=str,
nargs=1,
nargs="?",
default=None,
dest="report_dump_csv",
help="Save a coverage report to a specified CSV file",
Expand Down

0 comments on commit 7fcbf60

Please sign in to comment.