Skip to content

[Bug] Problems with running notebooks on Google Colab #1575

Description

@shahrokhDaijavad

Search before asking

  • I searched the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions