diff options
author | 2025-07-30 10:55:50 +0100 | |
---|---|---|
committer | 2025-07-30 10:55:50 +0100 | |
commit | 10a80ee92338958ff759c231ace94d2d68122621 (patch) | |
tree | aebbaeb6dea42a7c12aeb48f361c5a1051218698 | |
parent | Close & unlick SharedMemory object in tests (diff) |
Update eval deps to latest versions
-rw-r--r-- | requirements/eval-deps.pip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements/eval-deps.pip b/requirements/eval-deps.pip index 40a1f6b..54a48c9 100644 --- a/requirements/eval-deps.pip +++ b/requirements/eval-deps.pip @@ -14,14 +14,14 @@ lark~=1.2 matplotlib~=3.10; python_version == "3.13" more-itertools~=10.7 networkx~=3.5 -numpy~=2.2; python_version == "3.13" -pandas~=2.2; python_version == "3.13" +numpy~=2.3; python_version == "3.13" +pandas~=2.3; python_version == "3.13" pendulum~=3.1 -pyarrow~=20.0; python_version == "3.13" +pyarrow~=21.0; python_version == "3.13" python-dateutil~=2.9 pyyaml~=6.0 -scipy~=1.15; python_version == "3.13" +scipy~=1.16; python_version == "3.13" sympy~=1.14 -typing-extensions~=4.13 +typing-extensions~=4.14 tzdata~=2025.2 yarl~=1.20 |