ml_pipeline/environment.yml

24 lines
288 B
YAML
Raw Permalink Normal View History

2022-11-05 07:37:44 -07:00
channels:
- pytorch
- conda-forge
- defaults
dependencies:
2023-01-27 21:51:43 -08:00
- conda-lock
- black
- click
- einops
- hydra-core
- matplotlib
- numpy
- pip
- wandb
- pytest
- python=3.10
- python-dotenv
- pytorch=1.13
- requests
- sqlite
- tqdm
platforms:
- linux-64