We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14543d commit 9c0091aCopy full SHA for 9c0091a
pyproject.toml
@@ -12,9 +12,9 @@ dynamic = ["version"]
12
dependencies = [
13
"numpy >= 2; python_version > '3.8'",
14
"numpy < 2; python_version <= '3.8'",
15
- "nvidia-cuda-nvrtc-cu12; sys_platform != 'darwin'",
+ "nvidia-cuda-nvrtc-cu12 == 12.8.93; sys_platform != 'darwin'",
16
]
17
-requires-python = ">= 3.8"
+requires-python = ">= 3.9"
18
description = "LuxCore Python bindings"
19
authors = [{name="LuxCoreRender"}]
20
## See https://pypi.org/classifiers/
0 commit comments