-
Notifications
You must be signed in to change notification settings - Fork 0
/
anaconda_env.yml
57 lines (57 loc) · 1.14 KB
/
anaconda_env.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: modern_ts
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- python==3.9
- plotly
- py-xgboost
- scikit-learn>=0.21.2
- pandas
- catboost
- lightgbm
- category_encoders
- pmdarima>=1.8.0
- ipywidgets[version='>=7.6']
- jupyterlab[version='>=3']
- black
- isort
- xlrd
- lxml
- openpyxl
- python-kaleido==0.1.0
- pyarrow
- numpy
- scipy
- tqdm
- matplotlib
- humanize
- optuna
- pytorch-forecasting
- numba
- holidays
- seaborn
- statsmodels
- statsforecast==0.6.0
- u8darts<=0.19.0
- pytorch::pytorch
- pytorch::torchvision
- pytorch::torchaudio
- pytorch-lightning
#- pytorch::cudatoolkit==10.2
- pip
- pip:
- kaggle>=1.5.2
- missingno>=0.5.0
- window_ops
- pymannkendall
# - fancyimpute
- tsfel
- rich
- git+https://github.com/manujosephv/pytorch_tabular.git@modern_ts_freeze #specifying a commit that is working because of pandas depencency
# - git+https://github.com/TimeSynth/TimeSynth.git
- omegaconf==2.1.2
- tensor-sensor[torch]
- jupyterlab-code-formatter>=1.4.10
- aquirdturtle_collapsible_headings>=3.1.0