environment-cpu.yml 425 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
  - conda-forge
dependencies:
  - coreforecast>=0.0.6
  - cpuonly
  - fsspec
  - gitpython
  - hyperopt
  - jupyterlab
  - matplotlib
  - numba
  - numpy>=1.21.6
  - optuna
  - pandas>=1.3.5
  - pyarrow
  - pytorch>=2.0.0
  - pytorch-lightning>=2.0.0
  - pip
  - s3fs
  - snappy<1.2.0
  - pip:
    - nbdev
    - black
    - polars
    - ray[tune]>=2.2.0
    - utilsforecast>=0.0.25