mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Upgrade to 0.8.3 (#520)
This commit is contained in:
parent
f83d2d63d3
commit
cffd4f4a2e
6 changed files with 17 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ app = BUNDLE(
|
|||
name='Buzz.app',
|
||||
icon='./assets/buzz.icns',
|
||||
bundle_identifier='com.chidiwilliams.buzz',
|
||||
version=VERSION,
|
||||
version='0.8.3',
|
||||
info_plist={
|
||||
'NSPrincipalClass': 'NSApplication',
|
||||
'NSHighResolutionCapable': 'True',
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
VERSION = "0.8.2"
|
||||
VERSION = "0.8.3"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "buzz"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
description = ""
|
||||
authors = ["Chidi Williams <williamschidi1@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -10,10 +10,11 @@ charset-normalizer==3.1.0
|
|||
colorama==0.4.6
|
||||
coloredlogs==15.0.1
|
||||
cryptography==41.0.1
|
||||
ctranslate2==3.15.1
|
||||
ctranslate2==3.16.0
|
||||
dataclasses-json==0.5.9
|
||||
faster-whisper==0.4.1
|
||||
ffmpeg-python==0.2.0
|
||||
filelock==3.12.1
|
||||
filelock==3.12.2
|
||||
flatbuffers==23.5.26
|
||||
frozenlist==1.3.3
|
||||
fsspec==2023.6.0
|
||||
|
|
@ -26,16 +27,19 @@ importlib-metadata==6.6.0
|
|||
jaraco-classes==3.2.3
|
||||
jeepney==0.8.0
|
||||
keyring==23.13.1
|
||||
marshmallow-enum==1.5.1
|
||||
marshmallow==3.19.0
|
||||
more-itertools==9.1.0
|
||||
mpmath==1.3.0
|
||||
multidict==6.0.4
|
||||
mypy-extensions==1.0.0
|
||||
numpy==1.24.3
|
||||
onnxruntime==1.14.1
|
||||
openai-whisper==20230124
|
||||
openai==0.27.8
|
||||
packaging==23.1
|
||||
platformdirs==3.5.3
|
||||
protobuf==4.23.2
|
||||
protobuf==4.23.3
|
||||
pycparser==2.21
|
||||
pyqt6-qt6==6.4.1
|
||||
pyqt6-sip==13.4.0
|
||||
|
|
@ -55,6 +59,7 @@ torch==1.12.1
|
|||
tqdm==4.65.0
|
||||
transformers==4.24.0
|
||||
typing-extensions==4.6.3
|
||||
typing-inspect==0.9.0
|
||||
urllib3==2.0.3
|
||||
whisper==1.1.10
|
||||
yarl==1.9.2
|
||||
|
|
|
|||
2
setup.py
2
setup.py
File diff suppressed because one or more lines are too long
|
|
@ -112,6 +112,7 @@ parts:
|
|||
- coloredlogs==15.0.1
|
||||
- cryptography==41.0.1
|
||||
- ctranslate2==3.15.1
|
||||
- dataclasses-json==0.5.9
|
||||
- faster-whisper==0.4.1
|
||||
- ffmpeg-python==0.2.0
|
||||
- filelock==3.12.1
|
||||
|
|
@ -127,9 +128,12 @@ parts:
|
|||
- jaraco-classes==3.2.3
|
||||
- jeepney==0.8.0
|
||||
- keyring==23.13.1
|
||||
- marshmallow-enum==1.5.1
|
||||
- marshmallow==3.19.0
|
||||
- more-itertools==9.1.0
|
||||
- mpmath==1.3.0
|
||||
- multidict==6.0.4
|
||||
- mypy-extensions==1.0.0
|
||||
- numpy==1.24.3
|
||||
- onnxruntime==1.14.1
|
||||
- openai-whisper==20230124
|
||||
|
|
@ -156,6 +160,7 @@ parts:
|
|||
- tqdm==4.65.0
|
||||
- transformers==4.24.0
|
||||
- typing-extensions==4.6.3
|
||||
- typing-inspect==0.9.0
|
||||
- urllib3==2.0.3
|
||||
- whisper==1.1.10
|
||||
- yarl==1.9.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue