我的项目依赖的numpy2.10,升级到1.4.12版都没有问题,然后使用uv升级到13、14,报如下错误:
Because funasr>=1.4.13 depends on numpy<2 and xxx depends on funasr>=1.4.13, we can conclude that xxx
depends on numpy<2.
And because xxx depends on numpy>=2.4.0 and your workspace requires xxx, we can conclude that your
workspace's requirements are unsatisfiable.
我的项目依赖的numpy2.10,升级到1.4.12版都没有问题,然后使用uv升级到13、14,报如下错误: