Skip to content

Commit

Permalink
Try with older version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt committed Mar 3, 2024
1 parent 0212e83 commit e0b193e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _get_installed_pip_packages():
return result

deps = {
"wxPython": ">=4.1.0",
"wxPython": "==4.2.0",
}

installed_packages = _get_installed_pip_packages()
Expand Down

0 comments on commit e0b193e

Please sign in to comment.