Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybchris committed Sep 16, 2024
1 parent 33917a0 commit b68f691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ plugins = ["pydantic.mypy"]
line-length = 120

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core"]

[tool.poetry.extras]
examples = ["jupyter"]
microphone = ["pydub", "simpleaudio", "sounddevice"]
legacy = ["pydub"]
microphone = ["pydub", "simpleaudio", "sounddevice"]

0 comments on commit b68f691

Please sign in to comment.