Skip to content

Commit

Permalink
upgrade OpenEXR
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 11, 2025
1 parent 45daaba commit c7ce93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def requirements(self):
self.requires('jbig/20160605', force=True)

if self.options.exr:
self.requires('openexr/3.1.5', force=True)
self.requires('openexr/3.3.2', force=True)

if self.options.png:
self.requires('libpng/1.6.42', force=True)
Expand Down

0 comments on commit c7ce93b

Please # to comment.