Skip to content

Commit

Permalink
fixing pip versions, removing ctcdecode because we need to install it…
Browse files Browse the repository at this point in the history
… separately
  • Loading branch information
znado committed Aug 12, 2022
1 parent 858072c commit 14954fb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ setup_requires =
# Dependencies of the project:
install_requires =
absl-py==1.0.0
numpy>=1.19.2
pandas>=1.3.1
numpy==1.22.4
pandas==1.4.3
protobuf==3.20.*
six>=1.15.0
six==1.16.0
tensorflow==2.9.0
tensorflow_datasets==4.4.0
python_requires = >=3.7
Expand Down Expand Up @@ -105,9 +105,8 @@ ogbg_pytorch =
torch-scatter==2.0.9

librispeech_pytorch =
ctcdecode>=1.0.2
levenshtein>=0.12.0
librosa>=0.8.1
levenshtein==0.20.0
librosa==0.9.2

wmt =
sentencepiece==0.1.97
Expand Down

0 comments on commit 14954fb

Please sign in to comment.