Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if scipy is installed in startup.py
scipy is a prerequisite of sklearn, so it needs to be installed as well. Without this change, an `ImportError` will be thrown by `import sklearn` even if sklearn is installed.
- Loading branch information