Netflix / vmaf

Perceptual video quality assessment based on multi-method fusion.
Other
4.51k stars 750 forks source link

requirements.txt: pin numpy to <2.0.0 #1372

Closed nilfm99 closed 3 months ago

nilfm99 commented 3 months ago

Some of our python code is broken by the numpy v2.0.0 changes. Namely, printing numpy float values is now different:

This doesn't play well with the ast.literal_eval-based parsing that we use. Longer term, we should get rid of ast.literal_eval and use JSON.