28 lines
491 B
YAML
28 lines
491 B
YAML
name: tfm_env
|
|
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
- anaconda
|
|
dependencies:
|
|
- jupyterlab
|
|
- pip
|
|
- python=3.10
|
|
- pip:
|
|
- datasetsforecast
|
|
- fire
|
|
- git+https://github.com/awslabs/gluon-ts.git
|
|
- huggingface_hub[cli]
|
|
- neuralforecast
|
|
- orjson
|
|
- statsforecast
|
|
- utilsforecast
|
|
- git+https://github.com/amazon-science/chronos-forecasting.git
|
|
- praxis
|
|
- paxml
|
|
- jax[cuda12]
|
|
- einshape
|
|
- python-dotenv
|
|
- nixtla>=0.5.1
|
|
- rich
|