summaryrefslogtreecommitdiff
path: root/scripts/database
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-07-02 16:44:13 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-07-02 16:44:13 +0200
commit5a690f4e36ea50d5401ba37d013ef425a98f2542 (patch)
treea6376f7b020a857c9b8d38349f5faee57ade08c8 /scripts/database
parent7cf2f8c26882aee4cd3e95fe22967f04318b6bf7 (diff)
Prints the current pandas version and reports the minimum required version
Diffstat (limited to 'scripts/database')
-rw-r--r--scripts/database/database.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/database/database.py b/scripts/database/database.py
index 49bc1801..a91fcffa 100644
--- a/scripts/database/database.py
+++ b/scripts/database/database.py
@@ -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"