Skip to content

Commit

Permalink
Require thinc for compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent ee868dc commit eaeee88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ requires = [
"setuptools",
"cython>=0.25",
"numpy>=2.0.0,<3.0.0; python_version >= '3.9'",
"thinc>=8.3.0,<9.0.0"
]
build-backend = "setuptools.build_meta"
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ include_package_data = true
python_requires = >=3.7
install_requires =
numpy>=2.0.0,<3.0.0
setup_requires =
numpy>=2.0.0,<3.0.0
thinc>=8.3.0,<9.0.0
[options.entry_points]
thinc_ops =
Expand Down

0 comments on commit eaeee88

Please sign in to comment.