mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
setup.py: bump pandas min version
This commit is contained in:
parent
21784d1351
commit
0d0bfdf6c7
2
setup.py
2
setup.py
@ -83,7 +83,7 @@ params = dict(
|
||||
'devlib>=0.0.4', # Interacting with devices
|
||||
'louie-latest', # callbacks dispatch
|
||||
'wrapt', # better decorators
|
||||
'pandas>=0.13.1', # Data analysis and manipulation
|
||||
'pandas>=0.23.0', # Data analysis and manipulation
|
||||
'future', # Python 2-3 compatiblity
|
||||
],
|
||||
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-0.0.4'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user