Skip to content

Commit

Permalink
fix: execstack
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 5, 2024
1 parent 23e886d commit c8a58bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.9.13,<3.11"
sounddevice = "^0.4.5"
transformers = "~4.24.0"
appdirs = "^1.4.4"
humanize = "^4.4.0"
PyQt6 = "^6.4.0"
Expand All @@ -29,6 +28,7 @@ stable-ts = { version = "1.0.2", markers = "sys_platform != 'linux'" }
faster-whisper = { version = "^0.4.1", markers = "sys_platform != 'linux'" }
openai-whisper = { version = "v20231106", markers = "sys_platform != 'linux'" }
torch = { version = "1.12.1", markers = "sys_platform != 'linux'" }
transformers = { version = "~4.24.0", markers = "sys_platform != 'linux'" }

[tool.poetry.group.dev.dependencies]
autopep8 = "^1.7.0"
Expand Down

0 comments on commit c8a58bd

Please sign in to comment.