Files
drift/environment.yml
T

25 lines
368 B
YAML
Raw Normal View History

name: quant
channels:
- johnsnowlabs
- conda-forge
- defaults
dependencies:
- python=3.9
- seaborn
2021-12-21 17:28:36 +01:00
- scikit-learn-intelex=2021.4.0
- ipython
- ipykernel
- scipy
- scikit-learn
- numba
- pytorch
- matplotlib
- numpy
- quantstats
- pytorch-lightning
- pytest
- wandb
- python-dotenv
- tscv
prefix: /usr/local/anaconda3/envs/quant