Skip to content

Commit 078b3a7

Browse files
committed
Downgrade nvrtc to 12.8 - add pyproject.toml
1 parent 2fa39a9 commit 078b3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
1010
name = "pyluxcore"
1111
dynamic = ["version"]
1212
dependencies = [
13-
"nvidia-cuda-nvrtc == 13.1.115; sys_platform != 'darwin'",
13+
"nvidia-cuda-nvrtc == 12.8.61; sys_platform != 'darwin'",
1414
]
1515
requires-python = ">= 3.10"
1616
description = "LuxCore Python bindings"

0 commit comments

Comments
 (0)