Files
drift/environment.yml
T
Mark Aron Szulyovszky e80fffdb65 refactor(Config): use a Config object instead of dictionary of dictionaries! (#184)
* refactor(Config): use a Config object instead of dictionary of dictionaries!

* fix(Config): use default_ensemble_config

* fix(Portfolio): fixed portfolio construction
2022-01-23 18:37:43 +01:00

38 lines
581 B
YAML

name: quant
channels:
- johnsnowlabs
- conda-forge
- defaults
- ml4t
- ranaroussi
dependencies:
- python=3.9
- scikit-learn-intelex=2021.4.0
- pip:
- torch
- pytorch-lightning
- fracdiff
- ray
- diskcache
- seaborn
- ipython
- ipykernel
- scipy
- scikit-learn
- numba
- matplotlib
- numpy
- quantstats
- pytest
- wandb
- python-dotenv
- tscv
- tqdm
- pandas-ta
- xgboost
- lightgbm
- alphalens-reloaded
- vectorbt
- pydantic
prefix: /usr/local/anaconda3/envs/quant