Browse Source

Update SimulEval dependency to v1.1.3 (#207)

Pushed a new SimulEval release v1.1.3 https://github.com/facebookresearch/SimulEval/releases/tag/v1.1.3
Bumping the dependency to this version as it has some changes that are required for proper working of the `streaming_evaluate` CLI.
Abinesh Ramakrishnan 1 year ago
parent
commit
a92a412a18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -26,7 +26,7 @@ setup(
         "fire",
         "fire",
         "librosa",
         "librosa",
         "openai-whisper",
         "openai-whisper",
-        "simuleval~=1.1.2",
+        "simuleval~=1.1.3",
         "soundfile",
         "soundfile",
         "scipy",
         "scipy",
         "torchaudio",
         "torchaudio",