Skip to content

Commit 809573f

Browse files
committed
chore: update mitsuba version information
1 parent 8f54bab commit 809573f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mitransient/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
# Mitsuba minimum and maximum compatible versions
55
__mi_version_min__ = '3.6.0'
6-
__mi_version_latest__ = '3.7.0'
7-
__mi_version_max__ = '3.8.0'
6+
__mi_version_latest__ = '3.8.0'
7+
__mi_version_max__ = '3.9.0'
88

99

1010
class Version:
@@ -55,7 +55,7 @@ def check_compatibility():
5555
if mitsuba_version == Version('3.7.1'):
5656
mi.Log(mi.LogLevel.Warn,
5757
f'Mitsuba v{mitsuba_version} has a known issue that causes it to crash when used with mitransient. '
58-
f'To avoid this, downgrade Mitsuba to v3.7.0 (You can use the command `pip install -U mitsuba==3.7.0`).')
58+
f'To avoid this, upgrade Mitsuba to v3.8.0 or higher (You can use the command `pip install -U mitsuba==3.8.0`).')
5959

6060
if mitsuba_version < mitsuba_supported_min:
6161
raise RuntimeError(

0 commit comments

Comments
 (0)