We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e140848 commit 79b3f30Copy full SHA for 79b3f30
1 file changed
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
7
[project]
8
name = "pyjedai"
9
-version = "0.3.4"
+version = "0.3.5"
10
description = "An open-source library that builds powerful end-to-end Entity Resolution workflows."
11
readme = "README.md"
12
authors = [
@@ -55,7 +55,8 @@ dependencies = [
55
"ordered-set",
56
"shapely",
57
"ollama",
58
- "StringCompare @ git+https://github.com/OlivierBinette/StringCompare.git@release"
+ "py-stringcompare",
59
+ "ray"
60
]
61
62
0 commit comments