We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d29bcba + 6e3b3ad commit d2f0de7Copy full SHA for d2f0de7
2 files changed
requirements.txt
@@ -1,5 +1,5 @@
1
cython>=0.25
2
numpy>=1.21.0
3
-thinc>=8.0.13,<9.0.0
+thinc>=8.0.13,<8.1.0
4
# dev
5
pytest>=5.2.0
setup.cfg
@@ -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
6
author_email = contact@explosion.ai
@@ -28,7 +28,7 @@ include_package_data = true
28
python_requires = >=3.6
29
install_requires =
30
31
- thinc>=8.0.13,<9.0.0
+ thinc>=8.0.13,<8.1.0
32
33
[options.entry_points]
34
thinc_ops =
0 commit comments