你好,
我们希望使用最新版的 markitdown(0.1.4+)来进行文档转换,但它通过 magika 依赖需要 numpy >= 2.1.0。
目前 agentUniverse 将 numpy 版本锁定在 <2.0.0,导致无法安装最新版 markitdown。
环境信息
- OS: macOS 26.2 (arm64)
- Python: 3.10.19(Poetry 虚拟环境)
- agentUniverse: 0.0.19
- numpy 当前限制:
>=1.26.0,<2.0.0
- markitdown 需要:
numpy >= 2.1.0(通过 magika 依赖)
依赖冲突信息
Because sample-standard-app depends on agentuniverse (0.0.19) which depends on numpy (>=1.26.0,<2.0.0), numpy is required. So, because sample-standard-app depends on numpy (>=2.1.0), version solving failed.
请问是否有计划在未来版本中支持 numpy 2.x?
谢谢!