BibRank: make numpy optional
- If numpy is not installed, the execution of citerank methods will not crash, but only print a message informing the admin about the missing import. (closes #478)
- Also, the citerank tests will not run if numpy is not installed.