mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +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
|
'devlib>=0.0.4', # Interacting with devices
|
||||||
'louie-latest', # callbacks dispatch
|
'louie-latest', # callbacks dispatch
|
||||||
'wrapt', # better decorators
|
'wrapt', # better decorators
|
||||||
'pandas>=0.13.1', # Data analysis and manipulation
|
'pandas>=0.23.0', # Data analysis and manipulation
|
||||||
'future', # Python 2-3 compatiblity
|
'future', # Python 2-3 compatiblity
|
||||||
],
|
],
|
||||||
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-0.0.4'],
|
dependency_links=['https://github.com/ARM-software/devlib/tarball/master#egg=devlib-0.0.4'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user