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.
1 parent ee15c2c commit aa1bb58Copy full SHA for aa1bb58
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-version = 1.3.8
+version = 1.3.9
3
description = spaCy pipelines for pre-trained BERT and other transformers
4
url = https://spacy.io
5
author = Explosion
@@ -28,7 +28,7 @@ classifiers =
28
[options]
29
zip_safe = false
30
include_package_data = true
31
-python_requires = >=3.9,<3.13
+python_requires = >=3.9,<3.14
32
install_requires =
33
spacy>=3.5.0,<4.1.0
34
numpy>=1.15.0; python_version < "3.9"
0 commit comments