Installation
#
Requirements- Python: 3.6+ (
[tune]
extension requires 3.7+) - Base Dependencies: attrs, GitPython, PyYAML, toml
- Tested OS: Ubuntu (16.04, 18.04), OSX (10.14.6, 11.3.1)
#
Install/Upgrade#
PyPipip install spock-config
#
w/ S3 ExtensionExtra Dependencies: boto3, botocore, hurry.filesize, s3transfer
pip install spock-config[s3]
#
w/ Hyper-Parameter Tuner ExtensionRequires Python 3.7+
Extra Dependencies: optuna, ax-platform, torch, torchvision, mypy_extensions (Python < 3.8)
pip install spock-config[tune]
#
Pip From Sourcepip install git+https://github.com/fidelity/spock
#
Build From Sourcegit clone https://github.com/fidelity/spockcd spockpip install setuptools wheelpython setup.py bdist_wheelpip install /dist/spock-config-X.X.XxX-py3-none-any.whl