When using docling v2.31 on macOS and attempting to install mlx-vlm for Apple Silicon support, there is a dependency conflict with docling-ibm-models due to incompatible transformers version requirements.
mlx-vlm requires transformers >=4.51.3
docling-ibm-models requires transformers >=4.42.0,<4.43.0
This makes it impossible to install both mlx-vlm and docling-ibm-models in the same environment, as their required transformers versions do not overlap. This is a significant issue for users who want to leverage both IBM models and Apple Silicon acceleration in the same project.
Even if I attempt to downgrade mlx-vlm to match the transformers version required by docling-ibm-models, it is not feasible because other dependencies are too old and cannot be downgraded to such versions.
Please consider updating the transformers version constraint in docling-ibm-models to allow compatibility with mlx-vlm and recent versions of transformers, or provide guidance on how to use both packages together in a single environment.
Thank you!