Skip to content

Commit

Permalink
fix: work around missing/broken editdistance on python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Feb 1, 2024
1 parent 9132b26 commit 81effb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ anyio<4.0.0
chevron==0.14.0
click>=8.0.4
coloredlogs>=10.0
# Need to install this specifically from git as the sdist is broken
editdistance @ git+https://github.com/roy-ht/[email protected] ; python_version == '3.12'
fastapi>=0.78.0
# Note: when we move g2p to >=2, we will need fastapi>=0.100.0 which requires httpx
g2p>=1.1.20230822, <2.1
Expand Down

0 comments on commit 81effb9

Please sign in to comment.