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 5deb569 commit 047039cCopy full SHA for 047039c
setup.cfg
@@ -1,5 +1,5 @@
1
[metadata]
2
-version = 0.3.0
+version = 0.3.1
3
description = Curated transformer models for spaCy pipelines
4
url = https://github.com/explosion/spacy-curated-transformers
5
author = Explosion
@@ -12,7 +12,7 @@ long_description_content_type = text/markdown
12
[options]
13
zip_safe = true
14
include_package_data = true
15
-python_requires = >=3.9
+python_requires = >=3.9,<3.14
16
install_requires =
17
curated-transformers>=0.1.0,<0.2.0
18
curated-tokenizers>=0.0.9,<0.1.0
0 commit comments