1
0
Fork 0

[MERGE] Align to latest CLI dependancies (24553)

This commit is contained in:
Drashna Jael're 2024-11-08 11:14:45 -08:00
parent 56e94b9f38
commit 45573eb441
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
2 changed files with 2 additions and 2 deletions

View file

@ -214,7 +214,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)}')