mirror of
https://github.com/webclinic017/drift.git
synced 2026-07-27 18:57:55 +00:00
8dd2d88740
* chore(Linter): reformatted code with black * Create black.yaml
39 lines
590 B
YAML
39 lines
590 B
YAML
name: quant
|
|
channels:
|
|
- johnsnowlabs
|
|
- conda-forge
|
|
- defaults
|
|
- ml4t
|
|
- ranaroussi
|
|
dependencies:
|
|
- python=3.9
|
|
- scikit-learn-intelex=2021.4.0
|
|
- pip:
|
|
- black
|
|
- skorch
|
|
- 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
|
|
- pandera[mypy]
|
|
prefix: /usr/local/anaconda3/envs/quant
|