-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenvironment.yml
More file actions
38 lines (38 loc) · 850 Bytes
/
Copy pathenvironment.yml
File metadata and controls
38 lines (38 loc) · 850 Bytes
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
# conda env update -f environment.yml to update environment
# conda env create -f environment.yml
name: satcast
channels:
- conda-forge
- defaults
dependencies:
- python=3.11
- pandas=2.2.3
- numpy=2.2.4
- scikit-learn=1.6.1
- matplotlib=3.10.0
- seaborn=0.13.2
- jupyterlab=4.3.4
- pyarrow=19.0.0
- fastparquet=2024.11.0
- statsmodels=0.14.4
- tabulate=0.9.0
- sktime=0.36.0
- pmdarima=2.0.4
- xgboost=3.0.1
- click=8.1.8
- pytest=8.4.1
- pip
- pip:
- lightning==2.5.1
- --extra-index-url https://download.pytorch.org/whl/cu126
- torch==2.4.0
- torchvision==0.19.0
- torchaudio==2.4.0
- pillow==11.2.1
- pytorch-forecasting==1.3.0
- prophet==1.1.6
- pytorch_optimizer==3.6.0
- tensorboard==2.19.0
- optuna-integration==4.3.0
- optuna==4.3.0
- joblib==1.5.1