From 3d07ec403a40f2c9003c0326bbac001ec544f23c Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 1 Oct 2025 02:52:04 -0700 Subject: [PATCH] Internal change: Maintain backward compatibility by enforcing single-threading in the new version of OpenEXR. PiperOrigin-RevId: 813663262 --- tensorflow_graphics/io/exr.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow_graphics/io/exr.py b/tensorflow_graphics/io/exr.py index 9885a3af8..2f382769e 100644 --- a/tensorflow_graphics/io/exr.py +++ b/tensorflow_graphics/io/exr.py @@ -25,7 +25,6 @@ from six.moves import range from six.moves import zip - _np_to_exr = { np.float16: Imath.PixelType.HALF, np.float32: Imath.PixelType.FLOAT,