Skip to content

Commit

Permalink
back to cudatoolkit >=9.2 for run-constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Dec 12, 2022
1 parent 16fd0e8 commit 754d016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ outputs:
- python
run_constrained:
- arrow-cpp-proc * {{ build_ext }}
- cudatoolkit >={{ cuda_compiler_version_min }} # [cuda_compiler_version != "None"]
- cudatoolkit >=9.2 # [cuda_compiler_version != "None"]

about:
home: http://github.com/apache/arrow
Expand Down Expand Up @@ -281,7 +281,7 @@ outputs:
- python
run_constrained:
- arrow-cpp-proc * {{ build_ext }}
- cudatoolkit >={{ cuda_compiler_version_min }} # [cuda_compiler_version != "None"]
- cudatoolkit >=9.2 # [cuda_compiler_version != "None"]

about:
home: http://github.com/apache/arrow
Expand Down

0 comments on commit 754d016

Please sign in to comment.