-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathrequirements.txt
More file actions
45 lines (38 loc) · 838 Bytes
/
requirements.txt
File metadata and controls
45 lines (38 loc) · 838 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
44
45
# Base framework
thegolem==0.4.2
# Data
numpy>=1.16.0, !=1.24.0
pandas>=1.3.0; python_version >='3.8'
scipy>0.13.0, <1.15.2
dask-ml<2026.0.0
dask<2026.0.0
# Models and frameworks
anytree>=2.8.0
catboost>=0.25.0
lightgbm>=4.6.0
xgboost>=1.4.0 # to prevent warnings
statsmodels>=0.12.0
ete3>=3.1.0
networkx>=2.4, !=2.7.*, !=2.8.1, !=2.8.2, !=2.8.3
scikit-learn>=1.0.0, <1.7.0
sktime==0.16.1; python_version < '3.10'
sktime>=0.16.1; python_version >= '3.10'
# Analysis and optimizations
hyperopt==0.2.7
SALib>=1.3.0
scikit-optimize>=0.7.4
# Plotting
matplotlib>=3.3.1; python_version >= '3.8'
pyvis==0.2.1
seaborn>=0.9.0
# Misc
func_timeout==4.3.5
joblib>=0.17.0
requests>=2.0
typing>=3.7.0
psutil>=5.9.2
fsspec>=2024; python_version > '3.8'
fsspec>=2024,<=2025.3.0; python_version <= '3.8'
# Tests
pytest>=6.2.0
testfixtures>=6.18.0