We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fee9ec commit 26b398bCopy full SHA for 26b398b
1 file changed
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
10
name = "pyluxcore"
11
dynamic = ["version"]
12
dependencies = [
13
- "nvidia-cuda-nvrtc == 12.8.61; sys_platform != 'darwin'",
+ "nvidia-cuda-nvrtc-cu12 == 12.8.93; sys_platform != 'darwin'",
14
]
15
requires-python = ">= 3.10"
16
description = "LuxCore Python bindings"
0 commit comments