diff --git a/pyproject.toml b/pyproject.toml index 0dabf06..466aed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.md" requires-python = ">=3.10,<3.15" keywords = ["optimization", "GA", "PSO", "ACO", "GD"] dependencies = [ - "numpy>=1.21", + "numpy>=2.4.6", "matplotlib>=3.10", "tqdm>=4.60", "joblib>=1.0",