Skip to content

Commit

Permalink
Fix requirements for pydantic + inflect (#6956)
Browse files Browse the repository at this point in the history
* Fix requirements for pydantic + inflect

Signed-off-by: smajumdar <titu1994@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: smajumdar <titu1994@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
titu1994 and pre-commit-ci[bot] authored Jul 1, 2023
1 parent e5706a0 commit b0e5bf3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements/requirements_asr.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
braceexpand
editdistance
g2p_en
inflect
ipywidgets
jiwer
kaldi-python-io
Expand Down
2 changes: 2 additions & 0 deletions requirements/requirements_common.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
inflect
pandas
pydantic<2 # remove after inflect supports Pydantic 2.0+
sacremoses>=0.0.43
sentencepiece<1.0.0
youtokentome>=1.0.5
1 change: 0 additions & 1 deletion requirements/requirements_nlp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ftfy
gdown
h5py
ijson
inflect
jieba
markdown2
matplotlib>=3.3.2
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements_tts.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
attrdict
einops
inflect
jieba
kornia
librosa
Expand Down

0 comments on commit b0e5bf3

Please sign in to comment.