Files
genetic-algorithms/lab4/pyproject.toml
2025-11-06 22:50:10 +03:00

12 lines
172 B
TOML

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