diff --git a/pyproject.toml b/pyproject.toml index 61f15b4b5..a505ff381 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ langchain-deepseek = "^0.1.2" langchain-ollama = "0.3.6" langgraph = "0.2.56" pandas = "^2.1.0" -numpy = "^1.24.0" +numpy = ">=1.26.0" python-dotenv = "1.0.0" matplotlib = "^3.9.2" tabulate = "^0.9.0" @@ -57,4 +57,4 @@ profile = "black" force_alphabetical_sort_within_sections = true [tool.poetry.scripts] -backtester = "src.backtesting.cli:main" \ No newline at end of file +backtester = "src.backtesting.cli:main"