From 066f3070d52c446005515b6b7d6217e14826242a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:44:01 +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 7d0386937..ba3147647 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 458f251a9..9bf0939d3 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 openai pandas peft diff --git a/requirements_sglang.txt b/requirements_sglang.txt index ce9e7d536..88ac998ad 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