Skip to content

Commit d2f0de7

Browse files
authored
Merge pull request #16 from danieldk/thinc-upper-bound
Change thinc upper bound to <8.1.0
2 parents d29bcba + 6e3b3ad commit d2f0de7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cython>=0.25
22
numpy>=1.21.0
3-
thinc>=8.0.13,<9.0.0
3+
thinc>=8.0.13,<8.1.0
44
# dev
55
pytest>=5.2.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
description = Improve Thinc's performance on Apple devices with native libraries
3-
version = 0.0.6
3+
version = 0.0.7
44
url = https://github.com/explosion/thinc-apple-ops
55
author = Explosion
66
author_email = contact@explosion.ai
@@ -28,7 +28,7 @@ include_package_data = true
2828
python_requires = >=3.6
2929
install_requires =
3030
numpy>=1.21.0
31-
thinc>=8.0.13,<9.0.0
31+
thinc>=8.0.13,<8.1.0
3232
3333
[options.entry_points]
3434
thinc_ops =

0 commit comments

Comments
 (0)