Skip to content

Instantly share code, notes, and snippets.

@dustinstansbury
Created November 16, 2021 01:50
Show Gist options
  • Save dustinstansbury/f783c1d1e50d78d58018df257a8ad755 to your computer and use it in GitHub Desktop.
Save dustinstansbury/f783c1d1e50d78d58018df257a8ad755 to your computer and use it in GitHub Desktop.
name: numerai-quant
channels:
- conda-forge
dependencies:
- python=3.8
- conda-build
- pip
- ipython
- loguru
- numpy
- scipy
- pandas
- pyarrow
- dill
- cvxpy
- scikit-learn
- lightgbm
- boto3
# dev deps
- pytest
- pytest-cov
- moto
- black
- pip:
- numerapi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment