adjust to recent changes

This commit is contained in:
Martin Diehl 2020-02-02 18:54:53 +01:00
parent 4c28e7f626
commit 8575794e47
1 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ secondLevel "Version"
cat VERSION
echo
secondLevel "Settings in CONFIG"
cat CONFIG
cat env/CONFIG
firstLevel "System"
uname -a
@ -84,7 +84,7 @@ for executable in python python3; do
done
secondLevel "Details on $DEFAULT_PYTHON:"
echo $(ls -la $(which $DEFAULT_PYTHON))
for module in numpy scipy;do
for module in numpy scipy pandas;do
thirdLevel $module
$DEFAULT_PYTHON -c "import $module; \
print('Version: {}'.format($module.__version__)); \