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 424dd3a commit 7e4095dCopy full SHA for 7e4095d
2 files changed
requirements.txt
@@ -1,4 +1,4 @@
1
-spacy>=3.0.0,<3.1.0
+spacy>=3.0.0,<4.0.0
2
transformers>=3.4.0,<4.7.0
3
torch>=1.5.0
4
srsly>=2.4.0,<3.0.0
setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-version = 1.0.2
+version = 1.0.3
description = spaCy pipelines for pre-trained BERT and other transformers
url = https://spacy.io
5
author = Explosion
@@ -27,7 +27,7 @@ zip_safe = false
27
include_package_data = true
28
python_requires = >=3.6
29
install_requires =
30
- spacy>=3.0.0,<3.1.0
+ spacy>=3.0.0,<4.0.0
31
32
33
0 commit comments