Skip to content

Commit

Permalink
fix(deps): lock numpy<2 because 2.0.0 is coming and has breaking changes
Browse files Browse the repository at this point in the history
See: https://pythonspeed.com/articles/numpy-2

When numpy 2.0.0 is actually out, we'll want to test g2p and our other projects
against it before allowing it.
  • Loading branch information
joanise committed Jan 22, 2024
1 parent 022bd31 commit 53be622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.min.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ g2p>=1.1.20230822, <2.1
httpx>=0.24.1
lxml==4.9.1
networkx>=2.6
numpy>=1.16.4
numpy>=1.20.2,<2
pydub==0.23.1
pympi-ling>=1.69,<2.0
python-slugify==5.0.0
Expand Down

0 comments on commit 53be622

Please sign in to comment.