Skip to content

Commit

Permalink
Merge pull request #10577 from adrianeboyd/chore/backport-click-pin-v…
Browse files Browse the repository at this point in the history
…3.2.x

Backport click pin, set version to v3.2.4
  • Loading branch information
adrianeboyd committed Mar 29, 2022
2 parents b2f34b1 + 259ad99 commit b50fe5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion spacy/about.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b50fe5e

Please sign in to comment.