pin docling-ibm-models 1.1.0 with python 3.10 support (#15)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2024-07-18 17:27:48 +02:00
committed by GitHub
parent eb0b208272
commit 7bc20adc16
4 changed files with 65 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-poetry