Skip to content

Commit

Permalink
fix(deps): pin panphon to 0.19-0.20 as 0.21 breaks many things
Browse files Browse the repository at this point in the history
It gives different output and also causes Python 3.8 to crash,
as detailed in dmort27/panphon#57
  • Loading branch information
dhdaines committed Aug 16, 2024
1 parent f0cf073 commit 54fc772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies = [
"coloredlogs>=15.0.1",
"networkx>=2.6",
"openpyxl",
"panphon>=0.19",
"panphon>=0.19,<0.21",
"pydantic>=2.4",
"pyyaml>=5.2",
"regex",
Expand Down

0 comments on commit 54fc772

Please sign in to comment.