Skip to content

Commit

Permalink
Merge pull request #39 from kadirnar/add-manifest
Browse files Browse the repository at this point in the history
🚑Update requirements and version number
  • Loading branch information
kadirnar authored Jan 10, 2024
2 parents c0eccd9 + 77d357f commit 1387df7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include requirements.txt
include dev-requirements.txt
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ numpy
pyannote.audio==3.1.0
pytube==15.0.0
Requests==2.31.0
torch==2.1.0
torchaudio==2.1.0
torch
torchaudio
transformers==4.35.2
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ def get_license():
extras_require={
'dev': DEV_REQUIREMETNS,
},
python_requires='>=3.10',
)
2 changes: 1 addition & 1 deletion whisperplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from whisperplus.utils.download_utils import download_and_convert_to_mp3
from whisperplus.utils.text_utils import format_speech_to_dialogue

__version__ = '0.2.0'
__version__ = '0.2.3'
__author__ = 'kadirnar'
__license__ = 'Apache License 2.0'
__all__ = ['']

0 comments on commit 1387df7

Please # to comment.