Skip to content

Commit 2c66993

Browse files
committed
Testing
1 parent a44c266 commit 2c66993

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
@@ -298,7 +298,7 @@ setup_conda_cudatoolkit_constraint() {
298298
else
299299
case "$CU_VERSION" in
300300
cu115)
301-
export CONDA_CUDATOOLKIT_CONSTRAINT="- cudatoolkit >=11.5,<11.6 # [not osx]"
301+
export CONDA_CUDATOOLKIT_CONSTRAINT="- cuda >=11.5,<11.6 # [not osx]"
302302
;;
303303
cu113)
304304
export CONDA_CUDATOOLKIT_CONSTRAINT="- cudatoolkit >=11.3,<11.4 # [not osx]"

0 commit comments

Comments
 (0)