Skip to content

Commit e147a52

Browse files
authored
Merge pull request explosion#10581 from adrianeboyd/chore/v3.1.6
Typer workaround, set version to v3.1.6
2 parents 1355396 + be1a1d7 commit e147a52

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ wasabi>=0.8.1,<1.1.0
1010
srsly>=2.4.1,<3.0.0
1111
catalogue>=2.0.6,<2.1.0
1212
typer>=0.3.0,<0.5.0
13+
click<8.1.0
1314
pathy>=0.3.5
1415
# Third party dependencies
1516
numpy>=1.15.0

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ install_requires =
5151
srsly>=2.4.1,<3.0.0
5252
catalogue>=2.0.6,<2.1.0
5353
typer>=0.3.0,<0.5.0
54+
click<8.1.0
5455
pathy>=0.3.5
5556
# Third-party dependencies
5657
tqdm>=4.38.0,<5.0.0

spacy/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# fmt: off
22
__title__ = "spacy"
3-
__version__ = "3.1.5"
3+
__version__ = "3.1.6"
44
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
55
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
66
__projects__ = "https://github.com/explosion/projects"

0 commit comments

Comments
 (0)