llm-join 0.2.1__tar.gz → 0.2.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: llm-join
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Fuzzy join DataFrames using LLM scoring and embedding retrieval
5
5
  License: MIT
6
6
  Keywords: entity-resolution,fuzzy-join,llm,nlp,pandas
7
7
  Requires-Python: >=3.9
8
8
  Requires-Dist: faiss-cpu>=1.7
9
- Requires-Dist: numpy>=1.23
9
+ Requires-Dist: numpy<2,>=1.23
10
10
  Requires-Dist: pandas>=1.5
11
11
  Provides-Extra: sentence-transformers
12
12
  Requires-Dist: sentence-transformers>=2.2; extra == 'sentence-transformers'
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "llm-join"
7
- version = "0.2.1"
7
+ version = "0.2.2"
8
8
  description = "Fuzzy join DataFrames using LLM scoring and embedding retrieval"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -12,7 +12,7 @@ license = { text = "MIT" }
12
12
  keywords = ["fuzzy-join", "llm", "entity-resolution", "pandas", "nlp"]
13
13
  dependencies = [
14
14
  "pandas>=1.5",
15
- "numpy>=1.23",
15
+ "numpy>=1.23,<2",
16
16
  "faiss-cpu>=1.7",
17
17
  ]
18
18
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes