diff options
Diffstat (limited to 'lib/python/qmk/cli/__init__.py')
| -rw-r--r-- | lib/python/qmk/cli/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/__init__.py b/lib/python/qmk/cli/__init__.py index 3f2ba9ce3c..cb949d9a71 100644 --- a/lib/python/qmk/cli/__init__.py +++ b/lib/python/qmk/cli/__init__.py | |||
| @@ -215,7 +215,7 @@ if sys.version_info[0] != 3 or sys.version_info[1] < 9: | |||
| 215 | 215 | ||
| 216 | milc_version = __VERSION__.split('.') | 216 | milc_version = __VERSION__.split('.') |
| 217 | 217 | ||
| 218 | if int(milc_version[0]) < 2 and int(milc_version[1]) < 4: | 218 | if int(milc_version[0]) < 2 and int(milc_version[1]) < 9: |
| 219 | requirements = Path('requirements.txt').resolve() | 219 | requirements = Path('requirements.txt').resolve() |
| 220 | 220 | ||
| 221 | _eprint(f'Your MILC library is too old! Please upgrade: python3 -m pip install -U -r {str(requirements)}') | 221 | _eprint(f'Your MILC library is too old! Please upgrade: python3 -m pip install -U -r {str(requirements)}') |
