-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (42 loc) · 987 Bytes
/
pyproject.toml
File metadata and controls
42 lines (42 loc) · 987 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
[project]
name = "BioAutoML-FAST"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bibtexparser>=1.4.3",
"biopython>=1.85",
"catboost>=1.2.7",
"cryptography>=46.0.3",
"fastexcel>=0.14.0",
"hyperopt>=0.2.7",
"igraph>=0.11.8",
"imbalanced-learn>=0.13.0",
"ipykernel>=6.29.5",
"lightgbm>=4.6.0",
"networkx>=3.4.2",
"openpyxl>=3.1.5",
"optuna>=4.2.1",
"pandas>=2.2.3",
"plotly>=6.0.1",
"polars>=1.27.0",
"pygad>=3.4.0",
"redis>=7.1.0",
"reportlab>=4.3.1",
"requests>=2.32.3",
"rq>=2.6.1",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
"setuptools>=78.1.0",
"shap>=0.47.1",
"sklearn-genetic>=0.6.0",
"sklearn-genetic-opt>=0.11.1",
"streamlit>=1.44.1",
"streamlit-aggrid>=1.2.1",
"streamlit-option-menu>=0.4.0",
"tpot>=0.12.2",
"tqdm>=4.67.1",
"umap-learn>=0.5.7",
"xgboost>=3.0.0",
]