Skip to content

Commit

Permalink
Restore thinc requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Oct 1, 2024
1 parent eaeee88 commit 506df69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ include_package_data = true
python_requires = >=3.7
install_requires =
numpy>=2.0.0,<3.0.0
# We have to require thinc for setup, so we may as well
# include it as an install requirement (we're locked to
# the version we build against regardless)
thinc>=8.3.0,<9.0.0
setup_requires =
numpy>=2.0.0,<3.0.0
thinc>=8.3.0,<9.0.0
Expand Down

0 comments on commit 506df69

Please sign in to comment.