Skip to content

Commit 4633214

Browse files
authored
Fix cupy-cuda111 extra (#444)
1 parent 3e73666 commit 4633214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def setup_package():
226226
"cuda101": ["cupy-cuda101>=5.0.0b4"],
227227
"cuda102": ["cupy-cuda102>=5.0.0b4"],
228228
"cuda110": ["cupy-cuda110>=5.0.0b4"],
229-
"cuda111": ["cupy-cuda110>=5.0.0b4"],
229+
"cuda111": ["cupy-cuda111>=5.0.0b4"],
230230
},
231231
classifiers=[
232232
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)