diff --git a/pyproject.toml b/pyproject.toml index 7cdc1cbc..6a3c2c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,14 +22,13 @@ dependencies = [ "numpy~=1.26", "pandas>=2.1", "scikit_learn~=1.4", - "scipy~=1.7", + "scipy>=1.12.0,<1.14.0", "statsmodels~=0.14", "tabulate~=0.9", "pydot~=2.0", "pygad~=3.3", "deap~=1.4.1", "sympy~=1.13.1", - "deap~=1.4.1", "pyarrow~=19.0.1", "fastparquet~=2024.11.0", ]