diff --git a/requirements/requirements.txt b/requirements/requirements.txt index a8601c982f..153add3786 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,9 +1,9 @@ -numpy == 2.2.4 +numpy == 2.3.3 scipy == 1.16.2 -matplotlib == 3.10.1 +matplotlib == 3.10.6 cvxpy == 1.7.3 ecos == 2.0.14 pytest == 8.4.2 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.18.2 # For unit test -ruff == 0.13.2 # For unit test +ruff == 0.13.3 # For unit test