Main Modifications

This commit is contained in:
KuMiShi
2026-01-18 12:27:51 +01:00
parent 05298908e5
commit 698d1ff7dd
7 changed files with 93 additions and 18 deletions

View File

@@ -5,5 +5,8 @@ description = "Metaheuristic Optimization Project"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"matplotlib>=3.10.8",
"numpy>=2.4.1",
"pandas>=2.3.3",
"scikit-learn>=1.8.0",
]