Skip to content

Commit 9c0091a

Browse files
committed
nvrtc: pin version
1 parent f14543d commit 9c0091a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dynamic = ["version"]
1212
dependencies = [
1313
"numpy >= 2; python_version > '3.8'",
1414
"numpy < 2; python_version <= '3.8'",
15-
"nvidia-cuda-nvrtc-cu12; sys_platform != 'darwin'",
15+
"nvidia-cuda-nvrtc-cu12 == 12.8.93; sys_platform != 'darwin'",
1616
]
17-
requires-python = ">= 3.8"
17+
requires-python = ">= 3.9"
1818
description = "LuxCore Python bindings"
1919
authors = [{name="LuxCoreRender"}]
2020
## See https://pypi.org/classifiers/

0 commit comments

Comments
 (0)