Skip to content

Commit 478aa29

Browse files
committed
Add specifier for a fixed version of nvidia-cuda-nvrtc to luxmke/wheel.py
1 parent 78ec08c commit 478aa29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-system/luxmake/wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
Keywords: raytracing,ray tracing,rendering,pbr,physical based rendering,path tracing
3535
Author: LuxCoreRender
3636
Requires-Python: >=3.10
37-
Requires-Dist: nvidia-cuda-nvrtc; sys_platform != "darwin"
37+
Requires-Dist: nvidia-cuda-nvrtc (==13.1.115); sys_platform != "darwin"
3838
"""
3939

4040
_ENTRYPOINTS_SNIPPET = """\

0 commit comments

Comments
 (0)