Skip to content

Commit 7e4095d

Browse files
authored
Set version to v1.0.3, allow spacy v3.1 (#278)
* Set version to v1.0.3, allow spacy v3.1 * Relax spacy to <4.0.0
1 parent 424dd3a commit 7e4095d

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,4 +1,4 @@
1-
spacy>=3.0.0,<3.1.0
1+
spacy>=3.0.0,<4.0.0
22
transformers>=3.4.0,<4.7.0
33
torch>=1.5.0
44
srsly>=2.4.0,<3.0.0

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
version = 1.0.2
2+
version = 1.0.3
33
description = spaCy pipelines for pre-trained BERT and other transformers
44
url = https://spacy.io
55
author = Explosion
@@ -27,7 +27,7 @@ zip_safe = false
2727
include_package_data = true
2828
python_requires = >=3.6
2929
install_requires =
30-
spacy>=3.0.0,<3.1.0
30+
spacy>=3.0.0,<4.0.0
3131
transformers>=3.4.0,<4.7.0
3232
torch>=1.5.0
3333
srsly>=2.4.0,<3.0.0

0 commit comments

Comments
 (0)