Hey, thanks for the amazing work!
The pypi package has torch pinned to 2.5.0. Is this necessary or can it be updated to use a minimum version? I had no issues running inference with torch 2.5.1, for example.
Also, numpy is pinned to a minimum version of 2.0.2. Is there something used by xcodec2 that is incompatible with numpy 1.26.x? Requiring 2.x unfortunately causes dependency conflicts with many other packages that require numpy<2. I had no issues running inference with numpy 1.26.4.
Thanks!