Browse Source

Loosen wxPython dependency in setup.py to >= 4.1.0

pull/732/head
Chris 3 years ago
parent
commit
8f88d7002c
1 changed files with 1 additions and 1 deletions
  1. 2
      setup.py

2
setup.py

@ -16,7 +16,7 @@ deps = [
]
if sys.version[0] == '3':
deps.append('wxpython==4.1.0')
deps.append('wxpython>=4.1.0')
setup(

Loading…
Cancel
Save