Skip to content

Commit

Permalink
v0.4.2 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaartenGr authored Sep 3, 2023
1 parent ea98abb commit b36ffa6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## **v0.4.2**

* Fixed Flair dependency being to restrictive

## **v0.4.1**


Expand Down
2 changes: 1 addition & 1 deletion polyfuzz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .polyfuzz import PolyFuzz
__version__ = "0.4.1"
__version__ = "0.4.2"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]

embeddings_packages = [
"torch>=1.4.0,<1.7.1",
"torch>=1.4.0",
"flair>= 0.7"
]

Expand All @@ -62,7 +62,7 @@
setup(
name="polyfuzz",
packages=find_packages(exclude=["notebooks", "docs"]),
version="0.4.1",
version="0.4.2",
author="Maarten Grootendorst",
author_email="[email protected]",
description="PolyFuzz performs fuzzy string matching, grouping, and evaluation.",
Expand Down

0 comments on commit b36ffa6

Please sign in to comment.