From 17fcdf19612d178bae031692b2a17d8ac0c48d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:37:52 +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 7d03869..ba31476 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 pyarrow>=15.0.0 diff --git a/requirements.txt b/requirements.txt index 31459e6..bff56eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ dill flash-attn 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 ce9e7d5..88ac998 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