Skip to content

Commit

Permalink
pin kivy to 1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jabdoa2 committed Jun 10, 2019
1 parent 36536e6 commit 1367d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -573,7 +573,7 @@ def get_extensions_from_sources(sources_to_search):

install_requires = ['ruamel.yaml==0.15.37', # better YAML library
'mpf>={}'.format(mpf_version),
'kivy>=1.10.1',
'kivy~=1.10',
'psutil',
'pygments', # YAML syntax formatting for the iMC
'pypiwin32>=223;platform_system=="Windows" and python_version>"3.4"',
Expand Down

0 comments on commit 1367d64

Please sign in to comment.