This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 9f18a255ee GH-38059: [Python][CI] Upgrade CUDA to 11.2.2 (#38081)
9f18a255ee is described below
commit 9f18a255ee26d725b66ae96df7d9fb426904d94e
Author: Dane Pitkin <[email protected]>
AuthorDate: Mon Oct 9 20:16:17 2023 -0400
GH-38059: [Python][CI] Upgrade CUDA to 11.2.2 (#38081)
### 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: #38059
Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.env | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.env b/.env
index 014bad3fe2..a551e2120a 100644
--- a/.env
+++ b/.env
@@ -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=""