From c6aae2f14164d7fa156c55a82f8d31ede259ce3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:38:26 +0000 Subject: [PATCH] build(deps): update numpy requirement in /server/jobs 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/v1.24.0...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.26.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/jobs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/jobs/requirements.txt b/server/jobs/requirements.txt index cb1fd60c..ee71c512 100644 --- a/server/jobs/requirements.txt +++ b/server/jobs/requirements.txt @@ -5,7 +5,7 @@ psycopg2-binary>=2.9.12 # ML/Data Science -numpy>=1.24.0 +numpy>=1.26.4 scikit-learn>=1.9.0 # Optional: for future enhancements