This commit is contained in:
Joel Challis 2024-11-20 20:45:38 -08:00 committed by GitHub
commit cf49bd3dc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ if sys.version_info[0] != 3 or sys.version_info[1] < 9:
milc_version = __VERSION__.split('.')
if int(milc_version[0]) < 2 and int(milc_version[1]) < 4:
if int(milc_version[0]) < 2 and int(milc_version[1]) < 9:
requirements = Path('requirements.txt').resolve()
_eprint(f'Your MILC library is too old! Please upgrade: python3 -m pip install -U -r {str(requirements)}')

View File

@ -6,7 +6,7 @@ dotty-dict
hid
hjson
jsonschema>=4
milc>=1.4.2
milc>=1.9.0
pygments
pyserial
pyusb