diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 2caa51b02..ce0ee8acb 100644 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -118,7 +118,7 @@ def main(hostpython): print_entry("selenium init", b) # load packages - for package_name in ["numpy", "scipy"]: + for package_name in ["numpy"]: b = {'native': float('NaN')} for browser_name, cls in browser_cls: selenium = cls(port)