1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-07 04:21:54 +01:00

daq: move to daqpower 2.0

daqpower 2.0 has a new interface and it is more stable.
This commit is contained in:
Javi Merino
2019-11-22 14:37:33 +00:00
committed by Marc Bonnici
parent aa64951398
commit 4df2b9a4c4
2 changed files with 18 additions and 24 deletions

View File

@@ -92,7 +92,7 @@ params = dict(
'pandas; python_version>"3"',
],
extras_require={
'daq': ['daqpower'],
'daq': ['daqpower>=2'],
'doc': ['sphinx'],
'monsoon': ['python-gflags'],
'acme': ['pandas', 'numpy'],