python-documentai-toolbox icon indicating copy to clipboard operation
python-documentai-toolbox copied to clipboard

Dependency Conflict: Request to support NumPy 2.x

Open lgc0313 opened this issue 6 months ago • 0 comments

Hello,

I'm encountering a dependency conflict because google-cloud-documentai-toolbox requires numpy<2.0.0, while several other modern libraries I use now require numpy>=2.0.

For example, markitdown (via its dependency magika) requires numpy>=2.1.0. This makes it impossible to use both libraries in the same project.

Could you please consider releasing a new version that supports NumPy 2.x?

Thank you for your great work on this library!

lgc0313 avatar Jul 01 '25 10:07 lgc0313