This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try : | |
| import numba | |
| # Use for CPU,GPU Kaggle machines: | |
| print('Install CayleyPy without dependencies (for Kaggle CPU,GPU):'); print() | |
| !pip install git+https://github.com/cayleypy/cayleypy --no-deps | |
| except : | |
| print('Install CayleyPy with dependencies (for Kaggle TPU):'); print() | |
| # Use for TPU kaggle machines - since no numba | |
| !pip install git+https://github.com/cayleypy/cayleypy | |