Skip to content

Commit

Permalink
pin PySimpleGUI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Teque5 committed Feb 14, 2024
1 parent 0e3c883 commit 97364d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -35,7 +35,8 @@ dependencies = [
]
apps = [
"scipy", # for wav i/o
"PySimpleGUI", # for gui interface
# FIXME: PySimpleGUI 2024-02-12 v5.0.0 release seems to have a bug. Unpin version when possible.
"PySimpleGUI < 5.0.0", # for gui interface
]

[tool.setuptools]
Expand Down

0 comments on commit 97364d5

Please sign in to comment.