Skip to content

Commit 6056a72

Browse files
hyperpolymathclaude
andcommitted
fix(deps): declare StringDistances dependency
src/parsers.jl line 12 does `using StringDistances` but the package was missing from Project.toml [deps]. Julia 1.11 precompile failed with: ArgumentError: Package InvestigativeJournalist does not have StringDistances in its dependencies StringDistances is a registered package (uuid 88034a9c-...). Add it to [deps] and constrain to compat = "0.11" (current major). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3c54c18 commit 6056a72

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
1919
Gumbo = "708ec375-b3d6-5a57-a7ce-8257bf98657a"
2020
Cascadia = "54eefc05-d75b-58de-a785-1a3403f0919f"
2121
DuckDB = "d2f5444f-75bc-4fdf-ac35-56f514c445e1"
22+
StringDistances = "88034a9c-02f8-509d-84a9-84ec65e18404"
2223
Cliodynamics = "8d2f3e70-4c6b-5e9c-a3d1-2f8e9c0b1d2e"
2324
Causals = "c4a8b6d2-f9e3-4c1a-b8d7-9f2e3c4d5e6f"
2425
ZeroProb = "f9e8c2e0-8b4a-4d5f-9a3c-1e2d3c4b5a6f"
@@ -40,6 +41,7 @@ MetaGraphsNext = "0.7"
4041
Gumbo = "0.8"
4142
Cascadia = "1"
4243
DuckDB = "1"
44+
StringDistances = "0.11"
4345
Cliodynamics = "1"
4446
Causals = "0.2"
4547
ZeroProb = "0.1"

0 commit comments

Comments
 (0)