From d3bf15c586ec11d6ecad90bd3aa987eed29a779c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:29:57 +0000 Subject: [PATCH] chore(deps): bump numpy from 1.24.3 to 2.2.6 Bumps [numpy](https://github.com/numpy/numpy) from 1.24.3 to 2.2.6. - [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.3...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-api.txt | 2 +- requirements-railway.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-api.txt b/requirements-api.txt index d749b7c..7321782 100644 --- a/requirements-api.txt +++ b/requirements-api.txt @@ -5,7 +5,7 @@ python-multipart==0.0.6 # Astronomical Data astropy==5.3.4 -numpy==1.24.3 +numpy==2.2.6 # Core ML (minimal) - Use TensorFlow 2.15 (compatible with FastAPI) tensorflow==2.15.0 diff --git a/requirements-railway.txt b/requirements-railway.txt index 757f1e1..a7828ff 100644 --- a/requirements-railway.txt +++ b/requirements-railway.txt @@ -10,7 +10,7 @@ tflite-runtime>=2.14.0; platform_machine != 'x86_64' tensorflow>=2.13.0,<2.16.0; platform_machine == 'x86_64' # Core Data Processing -numpy>=1.24.0,<2.0.0 +numpy>=1.24.0,<3.0.0 pydantic>=2.5.0 pandas>=2.0.0 scipy>=1.11.0