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 b3ae31c commit 251739a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ flask-cors>=3.0.9
flask-talisman>=0.7.0
flask-restful>=0.3.9
networkx>=2.6
numpy>=1.20.2,<2
panphon>=0.19
pyyaml>=5.2
regex
Expand Down

0 comments on commit 251739a

Please sign in to comment.