Skip to content

Commit 2fa39a9

Browse files
committed
Downgrade nvrtc to 12.8
1 parent aed8bf1 commit 2fa39a9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build-system/build-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"Dependencies": {
99
"user": "LuxCoreRender",
10-
"release": "2.0.2"
10+
"release": "2.0.3"
1111
},
1212
"Build": {
1313
"gcc": "14",

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 (==13.1.115); sys_platform != "darwin"
37+
Requires-Dist: nvidia-cuda-nvrtc (==12.8.61); sys_platform != "darwin"
3838
"""
3939

4040
_ENTRYPOINTS_SNIPPET = """\

0 commit comments

Comments
 (0)