-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (35 loc) · 901 Bytes
/
requirements.txt
File metadata and controls
43 lines (35 loc) · 901 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
39
40
41
42
43
## non python requirements
# ipfs version 0.14.0 - 0.17.0
setuptools==65.6.3 # 56.0.0
# needed for engine
xgboost==1.7.2 # 1.5.1
pandas==1.5.2 # 1.3.4
joblib==1.2.0 # 1.0.1
numpy==1.24.0 # 1.23.0
ppscore==1.3.0 # 1.2.0
scikit-learn==1.2.0 # 0.24.2
matplotlib==3.6.2 # should remove this dependency
IPython==8.7.0 # should remove this dependency
#torch>=2.3.1 # installed in docker image
transformers>=4.41.2 # 4.41.2
# AI - Engine
lightgbm==4.5.0
catboost==1.2.7
statsmodels==0.14.4
skforecast==0.13.0
pmdarima==2.0.4
linear-tree==0.3.5
sktime==0.33.1
optuna==4.0.0
prophet==1.1.6
tbats==1.1.3
neuralforecast==1.7.5
# needed for data managemnet
pyarrow==10.0.1 # 6.0.1
fastparquet==2022.12.0 # 0.7.2 # fastparquet-2022.12.0
# needed for configuration management
PyYAML==6.0 #5.4.1
# needed for node architecture
reactivex==4.0.4 #4.0.0b5
# needed for lomb-scargle interpolation
astropy==6.1.7