From fc7daca744af760046f861261079303f01042ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:51:34 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /training Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.2...v2.4.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- training/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/pyproject.toml b/training/pyproject.toml index e22f091..ab9c49a 100644 --- a/training/pyproject.toml +++ b/training/pyproject.toml @@ -5,7 +5,7 @@ description = "TermChess RL Training Pipeline" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "numpy>=2.4.2", + "numpy>=2.4.4", "onnx>=1.20.1", "onnxruntime>=1.24.1", "onnxscript>=0.6.2",