mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
setup.py: Update PyYaml Dependency
This commit is contained in:
parent
769aae3047
commit
f977c3dfc8
2
setup.py
2
setup.py
@ -82,7 +82,7 @@ params = dict(
|
|||||||
'pexpect>=3.3', # Send/receive to/from device
|
'pexpect>=3.3', # Send/receive to/from device
|
||||||
'pyserial', # Serial port interface
|
'pyserial', # Serial port interface
|
||||||
'colorama', # Printing with colors
|
'colorama', # Printing with colors
|
||||||
'pyYAML<=3.13', # YAML-formatted agenda parsing
|
'pyYAML>=5.1b3', # YAML-formatted agenda parsing
|
||||||
'requests', # Fetch assets over HTTP
|
'requests', # Fetch assets over HTTP
|
||||||
'devlib>={}'.format(format_version(required_devlib_version)), # Interacting with devices
|
'devlib>={}'.format(format_version(required_devlib_version)), # Interacting with devices
|
||||||
'louie-latest', # callbacks dispatch
|
'louie-latest', # callbacks dispatch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user