From 524273441df6b26fc7ed87d54485fdd084014628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 23:25:07 +0000 Subject: [PATCH] build(deps): 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 90304a94..577359f0 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 9d4f236e..508d7ea9 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 113bca0d..1f29a0f3 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