Merge pull request #10577 from adrianeboyd/chore/backport-click-pin-v3.2.x

Backport click pin, set version to v3.2.4
This commit is contained in:
Adriane Boyd 2022-03-29 17:46:35 +02:00 committed by GitHub
commit b50fe5ec68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,7 @@ wasabi>=0.8.1,<1.1.0
srsly>=2.4.1,<3.0.0
catalogue>=2.0.6,<2.1.0
typer>=0.3.0,<0.5.0
click<8.1.0
pathy>=0.3.5
# Third party dependencies
numpy>=1.15.0

View File

@ -52,6 +52,7 @@ install_requires =
srsly>=2.4.1,<3.0.0
catalogue>=2.0.6,<2.1.0
typer>=0.3.0,<0.5.0
click<8.1.0
pathy>=0.3.5
# Third-party dependencies
tqdm>=4.38.0,<5.0.0

View File

@ -1,6 +1,6 @@
# fmt: off
__title__ = "spacy"
__version__ = "3.2.3"
__version__ = "3.2.4"
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
__projects__ = "https://github.com/explosion/projects"