Skip to content

Commit 7e6f869

Browse files
committed
Trying to rollback last two changes
1 parent f713270 commit 7e6f869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pkg_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ setup_conda_cudatoolkit_plain_constraint() {
345345
else
346346
case "$CU_VERSION" in
347347
cu115)
348-
export CONDA_CUDATOOLKIT_CONSTRAINT="cuda=11.5"
348+
export CONDA_CUDATOOLKIT_CONSTRAINT="cudatoolkit=11.5"
349349
;;
350350
cu113)
351351
export CONDA_CUDATOOLKIT_CONSTRAINT="cudatoolkit=11.3"

0 commit comments

Comments
 (0)