environment-cuda.yml 432 Bytes
Newer Older
chenzk's avatar
v1.0  
chenzk committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: neuralforecast
channels:
  - pytorch
  - nvidia
  - conda-forge
dependencies:
  - coreforecast>=0.0.6
  - fsspec
  - gitpython
  - hyperopt
  - jupyterlab
  - matplotlib
  - numba
  - numpy>=1.21.6
  - optuna
  - pandas>=1.3.5
  - pyarrow
  - pytorch>=2.0.0
  - pytorch-cuda>=11.8
  - pytorch-lightning>=2.0.0
  - pip
  - s3fs
  - pip:
    - nbdev
    - black
    - polars
    - "ray[tune]>=2.2.0"
    - utilsforecast>=0.0.24