Skip to content

Commit

Permalink
update azure-cognitiveservices-speech to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 9b3d882 commit db706c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/wav2txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AzureWav2Txt(BaseData):
"""

"""Specify the python package dependencies (will be installed via pip install mypackage==1.3.37)"""
_modules_needed_by_name = ["azure-cognitiveservices-speech==1.16.0"]
_modules_needed_by_name = ["azure-cognitiveservices-speech==1.37.0"]

@staticmethod
def create_data(X: dt.Frame = None) -> dt.Frame:
Expand Down
2 changes: 1 addition & 1 deletion transformers/speech/azure_speech_to_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AzureSpeechToText(CustomTransformer):

_numeric_output = False
_display_name = 'AzureSpeechToTextTransformer'
_modules_needed_by_name = ["azure-cognitiveservices-speech==1.16.0"]
_modules_needed_by_name = ["azure-cognitiveservices-speech==1.37.0"]

@staticmethod
def get_default_properties():
Expand Down

0 comments on commit db706c7

Please sign in to comment.