Throws exception with Pillow 8.3: `TypeError: __array__() takes 1 positional argument but 2 were given` ````python with PIL.Image.open(filepath) as img: numpy.array( img, dtype=numpy.float32 ) ````