Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,19 @@ dependencies = [
# repeat pattern for each Jetpack/CUDA version
# Jetpack 5 / CUDA 11
cu11 = [
"cuda-python==11.*",
"cuda-python>=11,<14",
"tensorrt_cu11>=8.0.0",
]
jp5 = [
"cuda-python==11.*",
"cuda-python>=11,<14",
]
# Jetpack 6 / CUDA 12
cu12 = [
"cuda-python==12.*",
"cuda-python>=12,<14",
"tensorrt_cu12>=10.0.0",
]
jp6 = [
"cuda-python==12.*",
"cuda-python>=12,<14",
]
# Jetpack 7 / CUDA 13
cu13 = [
Expand Down
Loading