Files
genetic-algorithms/lab4/pyproject.toml

13 lines
194 B
TOML

[project]
name = "lab4"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"graphviz>=0.21",
"matplotlib>=3.10.7",
"numpy>=2.3.4",
]
[tool.ruff]
target-version = "py314"