Compare commits

...

2 Commits

Author SHA1 Message Date
Joel Challis
7709149845
Merge c02591b90a into 7936a791ed 2024-11-17 12:14:09 -08:00
zvecr
c02591b90a Align to latest CLI dependencies 2024-10-31 21:54:27 +00:00
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