Skip to content

Commit

Permalink
chore: dependency maintenance to allow g2p 2.1 (#541)
Browse files Browse the repository at this point in the history
also:
 - bump matplotlib to the current version, already bundled with type hints
 - declare numpy < 2 since torch < 2.4.1 requires it without declaring it
  • Loading branch information
joanise authored Sep 6, 2024
1 parent bc11cb8 commit 6ed35e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ black~=24.3
flake8>=4.0.1
gitlint-core>=0.19.0
isort>=5.10.1
matplotlib-stubs==0.2.0
mypy>=1.8.0
pre-commit>=2.6.0
types-pyyaml>=6.0.5
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ clipdetect>=0.1.4
deepdiff>=6.5.0
anytree>=2.12.1
einops==0.5.0
g2p~=2.0.0
g2p~=2.0
gradio>=4.32.1
grapheme>=0.6.0
ipatok>=0.4.1
librosa==0.9.2
lightning>=2.0.0
loguru==0.6.0
matplotlib==3.6.0
matplotlib~=3.9.0
merge-args
nltk==3.9.1
numpy<2 # torch < 2.4.1 requires numpy < 2 but fails to declare it
pandas~=2.0
panphon==0.20.0
protobuf~=4.25 # https://github.com/EveryVoiceTTS/EveryVoice/issues/387
Expand Down

0 comments on commit 6ed35e3

Please sign in to comment.