Skip to content

Commit

Permalink
Merge pull request #16 from danieldk/thinc-upper-bound
Browse files Browse the repository at this point in the history
Change thinc upper bound to <8.1.0
  • Loading branch information
adrianeboyd authored May 27, 2022
2 parents d29bcba + 6e3b3ad commit d2f0de7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython>=0.25
numpy>=1.21.0
thinc>=8.0.13,<9.0.0
thinc>=8.0.13,<8.1.0
# dev
pytest>=5.2.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
description = Improve Thinc's performance on Apple devices with native libraries
version = 0.0.6
version = 0.0.7
url = https://github.com/explosion/thinc-apple-ops
author = Explosion
author_email = [email protected]
Expand Down Expand Up @@ -28,7 +28,7 @@ include_package_data = true
python_requires = >=3.6
install_requires =
numpy>=1.21.0
thinc>=8.0.13,<9.0.0
thinc>=8.0.13,<8.1.0
[options.entry_points]
thinc_ops =
Expand Down

0 comments on commit d2f0de7

Please sign in to comment.