Skip to content

Commit

Permalink
Updated required dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
bathal1 committed Sep 19, 2023
1 parent bbfe2ce commit a4b2eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
environment:
- {
os: "ubuntu-latest",
mitsuba-version: "3.3.0"
mitsuba-version: "3.4.0"
}
- {
os: "windows-latest",
mitsuba-version: "3.3.0"
mitsuba-version: "3.4.0"
}
blender:
- {
Expand Down
2 changes: 1 addition & 1 deletion mitsuba-blender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

from . import io, engine

DEPS_MITSUBA_VERSION = '3.3.0'
DEPS_MITSUBA_VERSION = '3.4.0'

def get_addon_preferences(context):
return context.preferences.addons[__name__].preferences
Expand Down

0 comments on commit a4b2eff

Please sign in to comment.