Prints the current pandas version and reports the minimum required version

This commit is contained in:
Cedric Nugteren 2016-07-02 16:44:13 +02:00
parent 7cf2f8c268
commit 5a690f4e36

View file

@ -22,6 +22,7 @@ except ImportError:
# Additional modules
import pandas as pd
print("## Using pandas version "+pd.__version__+", requires at least 0.18.0")
# Server storing a copy of the database
DATABASE_SERVER_URL = "http://www.cedricnugteren.nl/tuning/clblast.db"