Skip to content

Commit

Permalink
apacheGH-38059: [Python][CI] Upgrade CUDA to 11.2.2 (apache#38081)
Browse files Browse the repository at this point in the history
### Rationale for this change

Numba v0.58 requires cuda-toolkit >= v11.2

### What changes are included in this PR?

* Upgrade CUDA from 11.0.3 -> 11.2.2

### Are these changes tested?

Will test in CI

### Are there any user-facing changes?

Yes
* Closes: apache#38059

Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
  • Loading branch information
danepitkin authored and Jeremy Aguilon committed Oct 23, 2023
1 parent 8ec7950 commit ecfd9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ UBUNTU=20.04

# Default versions for various dependencies
CLANG_TOOLS=14
CUDA=11.0.3
CUDA=11.2.2
DASK=latest
DOTNET=7.0
GCC_VERSION=""
Expand Down

0 comments on commit ecfd9d1

Please sign in to comment.