Skip to content

Commit 411ca8f

Browse files
committed
Update pyproject.toml
1 parent 8e085b1 commit 411ca8f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ requires-python = ">=3.10, <3.12"
99
dependencies = [
1010
"beautifulsoup4>=4.13.3",
1111
"chromadb>=0.6.3",
12+
"dask>=2025.9.1",
13+
"dask-ml>=2024.4.4",
1214
"diskcache>=5.6.3",
1315
"dynaconf>=3.2.10",
1416
"fedot>=0.7.5",
@@ -47,6 +49,10 @@ dev = [
4749
"ty>=0.0.1a14",
4850
]
4951

52+
[build-system]
53+
requires = ["setuptools>=61.0"]
54+
build-backend = "setuptools.build_meta"
55+
5056
[tool.setuptools]
5157
packages = ["fedotllm", "examples"]
5258

0 commit comments

Comments
 (0)