Skip to content

Commit

Permalink
toml fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlijnWajer committed Jul 3, 2024
1 parent f80422d commit 0ab3b9c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,16 @@ requires = [
'xmltodict==0.12.0',
'archive-hocr-tools==1.1.41',
]
build-system.requires = requires
build-system.requires = [
'setuptools',
'wheel',
'PyMuPDF>=1.21.0',
'numpy>=1.21.3',
'scipy>=1.7.2',
'scikit-image>=0.18.3',
'Pillow==9.2.0',
'roman==3.3',
'Cython>=0.29.23',
'xmltodict==0.12.0',
'archive-hocr-tools==1.1.41',
]

0 comments on commit 0ab3b9c

Please sign in to comment.