Skip to content

Commit

Permalink
Add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlijnWajer committed Jul 3, 2024
1 parent 849bdd9 commit f80422d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: cp36-* cp37-*win* cp38-*win* cp37-*mac* cp38-*mac* cp39-*mac* cp310-*mac* *-win32 *-manylinux_i686 pp* *musllinux*
CIBW_SKIP: cp36-* cp37-*win* cp38-*win* cp37-*mac* *-win32 *-manylinux_i686 pp* *musllinux*
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-13]
os: [ubuntu-20.04, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[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',
]
build-system.requires = requires

0 comments on commit f80422d

Please sign in to comment.