From 6fc1503da7a3818cf4eaa04cdd3d01d7446a4916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 01:50:36 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0 to <3.0.0 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/v0.2.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-npu.txt | 2 +- requirements.txt | 2 +- requirements_sglang.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-npu.txt b/requirements-npu.txt index fada1f8..0bf9d26 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -4,7 +4,7 @@ codetiming datasets dill hydra-core -numpy<2.0.0 +numpy<3.0.0 pandas peft>=0.15.2 pyarrow>=15.0.0 diff --git a/requirements.txt b/requirements.txt index 1196072..7b8adae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ datasets dill hydra-core liger-kernel -numpy<2.0.0 +numpy<3.0.0 pandas peft pyarrow>=19.0.0 diff --git a/requirements_sglang.txt b/requirements_sglang.txt index 113bca0..1f29a0f 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -5,7 +5,7 @@ datasets dill flash-attn hydra-core -numpy<2.0.0 +numpy<3.0.0 pandas peft pyarrow>=19.0.0