21 lines
285 B
YAML
21 lines
285 B
YAML
name: tfm_env
|
|
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
- anaconda
|
|
dependencies:
|
|
- jupyterlab
|
|
- pip
|
|
- python=3.10
|
|
- pip:
|
|
- huggingface_hub[cli]
|
|
- utilsforecast
|
|
- praxis
|
|
- paxml
|
|
- jax[cuda12]==0.4.26
|
|
- einshape
|
|
- scikit-learn
|
|
- typer
|
|
- wandb
|