1
0
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:
Sergei Trofimov 2018-06-15 10:52:25 +01:00 committed by setrofim
parent 21784d1351
commit 0d0bfdf6c7

View File

@ -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'],