Search before asking
Component
Notebooks and Recipe
What happened + What you expected to happen
When we run any notebook recipe that uses Docling2Parquet on Google Colab, we run into numpy incompatibility issues due to the version of numpy that Docling uses. At the moment, we have:
numpy<=1.26.4 in transforms/language/docling2parquet/requirements.txt and this is the cause of the problem.
The question is: Can we run the Docling2parquet transform without this restriction on numpy version?
Reproduction script
You can try this notebook on Google Colab to reproduce the problem:
examples/notebooks/Run_your_first_transform_colab.ipynb
Anything else
No response
OS
MacOS
Python
3.12
Are you willing to submit a PR?
Search before asking
Component
Notebooks and Recipe
What happened + What you expected to happen
When we run any notebook recipe that uses Docling2Parquet on Google Colab, we run into numpy incompatibility issues due to the version of numpy that Docling uses. At the moment, we have:
numpy<=1.26.4intransforms/language/docling2parquet/requirements.txtand this is the cause of the problem.The question is: Can we run the Docling2parquet transform without this restriction on numpy version?
Reproduction script
You can try this notebook on Google Colab to reproduce the problem:
examples/notebooks/Run_your_first_transform_colab.ipynb
Anything else
No response
OS
MacOS
Python
3.12
Are you willing to submit a PR?